Commit 2bcae335e7a2b03774b580dc59c6b73b7f52c09d
1 parent
9875a6aa
target版本更改
Showing
2 changed files
with
2 additions
and
2 deletions
CNLiveBMineModule.podspec
| @@ -28,7 +28,7 @@ TODO: 网家家企业版-我的模块. | @@ -28,7 +28,7 @@ TODO: 网家家企业版-我的模块. | ||
| 28 | s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveBMineModule.git', :tag => s.version.to_s } | 28 | s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveBMineModule.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 | # Module | 33 | # Module |
| 34 | s.subspec 'Module' do |ss| | 34 | s.subspec 'Module' do |ss| |
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 'CNLiveBMineModule_Example' do | 6 | target 'CNLiveBMineModule_Example' do |
| 7 | pod 'CNLiveBMineModule', :path => '../' | 7 | pod 'CNLiveBMineModule', :path => '../' |