mirror of
https://github.com/little-snow-fox/react-native-wechat-lib.git
synced 2025-12-06 23:36:49 +08:00
修复 pod install 报错
This commit is contained in:
parent
48ca61a06b
commit
e3c92c575f
@ -6,6 +6,9 @@
|
|||||||
# 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 = package['version']
|
s.version = package['version']
|
||||||
|
|||||||
@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "react-native-wechat-lib",
|
"name": "react-native-wechat-lib",
|
||||||
"version": "1.1.22-notpay",
|
"version": "1.1.23-notpay",
|
||||||
"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