Commit c27509e1c30f2d38b7a14a01dd47db0a39a14f79
1 parent
ab3ef2c9
no message
Showing
2 changed files
with
3 additions
and
3 deletions
CNLiveAVCamera.podspec
| @@ -8,7 +8,7 @@ | @@ -8,7 +8,7 @@ | ||
| 8 | 8 | ||
| 9 | Pod::Spec.new do |s| | 9 | Pod::Spec.new do |s| |
| 10 | s.name = 'CNLiveAVCamera' | 10 | s.name = 'CNLiveAVCamera' |
| 11 | - s.version = '0.1.7' | 11 | + s.version = '0.1.8' |
| 12 | s.summary = '自定义相机' | 12 | s.summary = '自定义相机' |
| 13 | 13 | ||
| 14 | # This description is used to generate tags and improve search results. | 14 | # This description is used to generate tags and improve search results. |
| @@ -28,7 +28,7 @@ Pod::Spec.new do |s| | @@ -28,7 +28,7 @@ Pod::Spec.new do |s| | ||
| 28 | s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveAVCamera.git', :tag => s.version.to_s } | 28 | s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveAVCamera.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 = 'CNLiveAVCamera/Classes/**/*' | 33 | s.source_files = 'CNLiveAVCamera/Classes/**/*' |
| 34 | 34 |
Example/Podfile
| @@ -4,7 +4,7 @@ source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git' | @@ -4,7 +4,7 @@ source 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git' | ||
| 4 | 4 | ||
| 5 | use_frameworks! | 5 | use_frameworks! |
| 6 | 6 | ||
| 7 | -platform :ios, '9.0' | 7 | +platform :ios, '10.0' |
| 8 | 8 | ||
| 9 | target 'CNLiveAVCamera_Example' do | 9 | target 'CNLiveAVCamera_Example' do |
| 10 | pod 'CNLiveAVCamera', :path => '../' | 10 | pod 'CNLiveAVCamera', :path => '../' |