Commit c27509e1c30f2d38b7a14a01dd47db0a39a14f79

Authored by yinqiaojuan
1 parent ab3ef2c9

no message

CNLiveAVCamera.podspec
... ... @@ -8,7 +8,7 @@
8 8  
9 9 Pod::Spec.new do |s|
10 10 s.name = 'CNLiveAVCamera'
11   - s.version = '0.1.7'
  11 + s.version = '0.1.8'
12 12 s.summary = '自定义相机'
13 13  
14 14 # This description is used to generate tags and improve search results.
... ... @@ -28,7 +28,7 @@ Pod::Spec.new do |s|
28 28 s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveAVCamera.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 = 'CNLiveAVCamera/Classes/**/*'
34 34  
... ...
Example/Podfile
... ... @@ -4,7 +4,7 @@ source &#39;http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git&#39;
4 4  
5 5 use_frameworks!
6 6  
7   -platform :ios, '9.0'
  7 +platform :ios, '10.0'
8 8  
9 9 target 'CNLiveAVCamera_Example' do
10 10 pod 'CNLiveAVCamera', :path => '../'
... ...