Commit 51746047cb28bd2133e72914a39f6d8d741ad26d
1 parent
0197cee3
target版本修改
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveBLoginModule.podspec
| @@ -28,7 +28,7 @@ TODO: 网家家-登录模块. | @@ -28,7 +28,7 @@ TODO: 网家家-登录模块. | ||
| 28 | s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveBLoginModule.git', :tag => s.version.to_s } | 28 | s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveBLoginModule.git', :tag => s.version.to_s } |
| 29 | # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>' | 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 | # s.source_files = 'CNLiveBLoginModule/Classes/**/*' | 33 | # s.source_files = 'CNLiveBLoginModule/Classes/**/*' |
| 34 | 34 |
Example/Podfile
| 1 | use_frameworks! | 1 | use_frameworks! |
| 2 | source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git' | 2 | source 'https://mirrors.tuna.tsinghua.edu.cn/git/CocoaPods/Specs.git' |
| 3 | source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git' | 3 | source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git' |
| 4 | -platform :ios, '9.0' | 4 | +platform :ios, '10.0' |
| 5 | 5 | ||
| 6 | target 'CNLiveBLoginModule_Example' do | 6 | target 'CNLiveBLoginModule_Example' do |
| 7 | pod 'CNLiveBLoginModule', :path => '../' | 7 | pod 'CNLiveBLoginModule', :path => '../' |