作者 yang

update 更新

@@ -22,7 +22,7 @@ Pod::Spec.new do |s| @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
22 s.platform = :ios, "9.0" 22 s.platform = :ios, "9.0"
23 s.source = { :git => "https://github.com/little-snow-fox/react-native-wechat-lib.git", :tag => "master" } 23 s.source = { :git => "https://github.com/little-snow-fox/react-native-wechat-lib.git", :tag => "master" }
24 s.source_files = "ios/*.{h,m}" 24 s.source_files = "ios/*.{h,m}"
25 - s.dependency "React-Core" 25 + s.dependency "React/Core"
26 s.vendored_libraries = "ios/libWeChatSDK.a" 26 s.vendored_libraries = "ios/libWeChatSDK.a"
27 s.requires_arc = true 27 s.requires_arc = true
28 s.frameworks = 'SystemConfiguration','CoreTelephony','WebKit' 28 s.frameworks = 'SystemConfiguration','CoreTelephony','WebKit'