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