From 3fad64a4ac821cbefcecf1e8f19de0f734cd1bcb Mon Sep 17 00:00:00 2001 From: little-snow-fox Date: Thu, 13 Aug 2020 11:18:09 +0800 Subject: [PATCH] update version --- RCTWeChat.podspec | 4 ++-- ios/RCTWeChat.podspec | 8 ++++---- package.json | 2 +- 3 files changed, 7 insertions(+), 7 deletions(-) diff --git a/RCTWeChat.podspec b/RCTWeChat.podspec index cef0aab..3b4f3ad 100644 --- a/RCTWeChat.podspec +++ b/RCTWeChat.podspec @@ -12,9 +12,9 @@ package = JSON.parse(File.read(File.join(__dir__, 'package.json'))) Pod::Spec.new do |s| s.name = "RCTWeChat" 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 - 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" diff --git a/ios/RCTWeChat.podspec b/ios/RCTWeChat.podspec index f3738cc..01f532e 100644 --- a/ios/RCTWeChat.podspec +++ b/ios/RCTWeChat.podspec @@ -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}" diff --git a/package.json b/package.json index 4b68acd..a902600 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "react-native-wechat-lib", - "version": "1.1.20", + "version": "1.1.22", "description": "react-native library for wechat app. 支持分享和拉起小程序。", "main": "index.js", "scripts": {