update version

This commit is contained in:
little-snow-fox 2020-08-13 11:18:09 +08:00
parent 50c527b145
commit 3fad64a4ac
3 changed files with 7 additions and 7 deletions

View File

@ -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"

View File

@ -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}"

View File

@ -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": {