From a082ab60037757869e41004225246ca476623008 Mon Sep 17 00:00:00 2001 From: little-snow-fox Date: Mon, 30 Nov 2020 11:22:33 +0800 Subject: [PATCH] update version --- RCTWeChat.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/RCTWeChat.podspec b/RCTWeChat.podspec index c31f3c1..3e15615 100644 --- a/RCTWeChat.podspec +++ b/RCTWeChat.podspec @@ -22,7 +22,7 @@ Pod::Spec.new do |s| s.platform = :ios, "9.0" s.source = { :git => "https://github.com/little-snow-fox/react-native-wechat-lib.git", :tag => "master" } s.source_files = "ios/*.{h,m}" - s.dependency "React" + s.dependency "React-Core" s.vendored_libraries = "ios/libWeChatSDK.a" s.requires_arc = true s.frameworks = 'SystemConfiguration','CoreTelephony','WebKit'