Commit 51746047cb28bd2133e72914a39f6d8d741ad26d

Authored by yanglingyu
1 parent 0197cee3

target版本修改

CNLiveBLoginModule.podspec
... ... @@ -28,7 +28,7 @@ TODO: 网家家-登录模块.
28 28 s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveBLoginModule.git', :tag => s.version.to_s }
29 29 # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
30 30  
31   - s.ios.deployment_target = '9.0'
  31 + s.ios.deployment_target = '10.0'
32 32  
33 33 # s.source_files = 'CNLiveBLoginModule/Classes/**/*'
34 34  
... ...
Example/Podfile
1 1 use_frameworks!
2 2 source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git'
3 3 source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
4   -platform :ios, '9.0'
  4 +platform :ios, '10.0'
5 5  
6 6 target 'CNLiveBLoginModule_Example' do
7 7 pod 'CNLiveBLoginModule', :path => '../'
... ...