Commit 2b114adff0f72925d13edb9d3aeb13cfa409fb16

Authored by 梁星国
1 parent 03ef124f

提交更改

Showing 1 changed file with 2 additions and 3 deletions
CNLiveAVCamera.podspec
... ... @@ -13,14 +13,13 @@ Pod::Spec.new do |s|
13 13 s.description = <<-DESC
14 14 TODO: Add long description of the pod here.
15 15 DESC
16   -
17   - s.homepage = 'http://bj.gitlab.cnlive.com/ios-team'
  16 + s.homepage = 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
18 17 # s.screenshots = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
19 18 s.license = { :type => 'MIT', :file => 'LICENSE' }
20 19 s.author = { 'jyyjkt' => 'jyyjkt@qq.com' }
21 20 s.source = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveDemo_LXG.git', :tag => s.version.to_s }
22 21 # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
23   - s.ios.deployment_target = '8.0'
  22 + s.ios.deployment_target = '9.0'
24 23 s.source_files = 'CNLiveAVCamera/Classes/XFAVCamera/*.{h,m}'
25 24  
26 25 # s.resource_bundles = {
... ...