update version.

This commit is contained in:
little-snow-fox 2020-08-13 11:21:22 +08:00
parent 62916e8c4a
commit 48ca61a06b
3 changed files with 8 additions and 8 deletions

View File

@ -8,10 +8,10 @@
Pod::Spec.new do |s|
s.name = "RCTWeChat"
s.version = "1.9.12"
s.summary = "React-Native(iOS/Android) functionalities include WeChat Login, Share, Favorite and Payment {QQ: 336021910}"
s.version = package['version']
s.summary = "React-Native(iOS/Android) functionalities include WeChat Login, Share, Favorite and Payment"
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
s.author = { "little-snow-fox" => "fox@sfxh.cc" }
s.homepage = "https://github.com/little-snow-fox/react-native-wechat-lib"

View File

@ -8,8 +8,8 @@
Pod::Spec.new do |s|
s.name = "RCTWeChat"
s.version = "0.1.0"
s.summary = "React-Native(iOS/Android) functionalities include WeChat Login, Share, Favorite and Payment {QQ: 336021910}"
s.version = package['version']
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.
# * 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.
# * Finally, don't worry about the indent, CocoaPods strips it!
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
s.homepage = "https://github.com/weflex/react-native-wechat"
s.license = "MIT"
# 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.source = { :git => "https://github.com/weflex/react-native-wechat.git", :tag => "master" }
s.source_files = "**/*.{h,m}"

View File

@ -1,6 +1,6 @@
{
"name": "react-native-wechat-lib",
"version": "1.1.20-notpay",
"version": "1.1.22-notpay",
"description": "react-native library for wechat app. 支持分享和拉起小程序。",
"main": "index.js",
"scripts": {