mirror of
https://github.com/little-snow-fox/react-native-wechat-lib.git
synced 2025-12-06 15:26:49 +08:00
perf: 修改 podspec 版本号
This commit is contained in:
parent
8bdbca0953
commit
d08eda4dad
@ -5,10 +5,13 @@
|
|||||||
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
|
# To learn more about Podspec attributes see http://docs.cocoapods.org/specification.html
|
||||||
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
|
# To see working Podspecs in the CocoaPods repo see https://github.com/CocoaPods/Specs/
|
||||||
#
|
#
|
||||||
|
require 'json'
|
||||||
|
|
||||||
|
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 = "1.9.12"
|
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 {QQ: 336021910}"
|
||||||
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 {QQ: 336021910}
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user