升级微信 SDK 版本

This commit is contained in:
dongdayu
2018-09-28 16:06:00 +08:00
parent 26ea7e68e9
commit cf71c33f42
8 changed files with 97 additions and 23 deletions

View File

@@ -15,5 +15,5 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.platform = :ios, '8.0'
s.source_files = 'ios/RNWechat.{h,m}', 'ios/Handler/*.{h,m}', 'ios/Helper/*.{h,m}'
s.dependency 'WechatOpenSDK', '= 1.8.2'
s.dependency 'WechatOpenSDK', '= 1.8.3'
end