mirror of
https://github.com/little-snow-fox/react-native-wechat-lib.git
synced 2025-12-06 15:26:49 +08:00
update version
This commit is contained in:
parent
50c527b145
commit
3fad64a4ac
@ -12,9 +12,9 @@ package = JSON.parse(File.read(File.join(__dir__, 'package.json')))
|
|||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = "RCTWeChat"
|
s.name = "RCTWeChat"
|
||||||
s.version = package['version']
|
s.version = package['version']
|
||||||
s.summary = "React-Native(iOS/Android) functionalities include WeChat Login, Share, Favorite and Payment {QQ: 336021910}"
|
s.summary = "React-Native(iOS/Android) functionalities include WeChat Login, Share, Favorite and Payment"
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
React-Native(iOS/Android) functionalities include WeChat Login, Share, Favorite and Payment {QQ: 336021910}
|
React-Native(iOS/Android) functionalities include WeChat Login, Share, Favorite and Payment
|
||||||
DESC
|
DESC
|
||||||
s.author = { "little-snow-fox" => "fox@sfxh.cc" }
|
s.author = { "little-snow-fox" => "fox@sfxh.cc" }
|
||||||
s.homepage = "https://github.com/little-snow-fox/react-native-wechat-lib"
|
s.homepage = "https://github.com/little-snow-fox/react-native-wechat-lib"
|
||||||
|
|||||||
@ -8,8 +8,8 @@
|
|||||||
|
|
||||||
Pod::Spec.new do |s|
|
Pod::Spec.new do |s|
|
||||||
s.name = "RCTWeChat"
|
s.name = "RCTWeChat"
|
||||||
s.version = "0.1.0"
|
s.version = package['version']
|
||||||
s.summary = "React-Native(iOS/Android) functionalities include WeChat Login, Share, Favorite and Payment {QQ: 336021910}"
|
s.summary = "React-Native(iOS/Android) functionalities include WeChat Login, Share, Favorite and Payment"
|
||||||
|
|
||||||
# This description is used to generate tags and improve search results.
|
# This description is used to generate tags and improve search results.
|
||||||
# * Think: What does it do? Why did you write it? What is the focus?
|
# * Think: What does it do? Why did you write it? What is the focus?
|
||||||
@ -17,13 +17,13 @@ Pod::Spec.new do |s|
|
|||||||
# * Write the description between the DESC delimiters below.
|
# * Write the description between the DESC delimiters below.
|
||||||
# * Finally, don't worry about the indent, CocoaPods strips it!
|
# * Finally, don't worry about the indent, CocoaPods strips it!
|
||||||
s.description = <<-DESC
|
s.description = <<-DESC
|
||||||
React-Native(iOS/Android) functionalities include WeChat Login, Share, Favorite and Payment {QQ: 336021910}
|
React-Native(iOS/Android) functionalities include WeChat Login, Share, Favorite and Payment
|
||||||
DESC
|
DESC
|
||||||
|
|
||||||
s.homepage = "https://github.com/weflex/react-native-wechat"
|
s.homepage = "https://github.com/weflex/react-native-wechat"
|
||||||
s.license = "MIT"
|
s.license = "MIT"
|
||||||
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
|
# s.license = { :type => "MIT", :file => "FILE_LICENSE" }
|
||||||
s.author = { "weflex" => "336021910@qq.com" }
|
s.author = { "weflex" => "fox@sfxh.cc" }
|
||||||
s.platform = :ios, "7.0"
|
s.platform = :ios, "7.0"
|
||||||
s.source = { :git => "https://github.com/weflex/react-native-wechat.git", :tag => "master" }
|
s.source = { :git => "https://github.com/weflex/react-native-wechat.git", :tag => "master" }
|
||||||
s.source_files = "**/*.{h,m}"
|
s.source_files = "**/*.{h,m}"
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-native-wechat-lib",
|
"name": "react-native-wechat-lib",
|
||||||
"version": "1.1.20",
|
"version": "1.1.22",
|
||||||
"description": "react-native library for wechat app. 支持分享和拉起小程序。",
|
"description": "react-native library for wechat app. 支持分享和拉起小程序。",
|
||||||
"main": "index.js",
|
"main": "index.js",
|
||||||
"scripts": {
|
"scripts": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user