CNLiveAVCamera.podspec 1.35 KB
#
# Be sure to run `pod lib lint CNLiveAVCamera.podspec' to ensure this is a
# valid spec before submitting.
#
# Any lines starting with a # are optional, but their use is encouraged
# To learn more about a Podspec see https://guides.cocoapods.org/syntax/podspec.html
#

Pod::Spec.new do |s|
  s.name             = 'CNLiveAVCamera'
  s.version          = '0.1.0'
  s.summary          = '常用相机'
  s.description      = <<-DESC
TODO: Add long description of the pod here.
                       DESC
  s.homepage         = 'http://bj.gitlab.cnlive.com/ios-team/CNLiveRepos.git'
  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  s.license          = { :type => 'MIT', :file => 'LICENSE' }
  s.author           = { 'jyyjkt' => 'jyyjkt@qq.com' }
  s.source           = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveAVCamera.git', :tag => s.version.to_s }
  # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'
  s.ios.deployment_target = '9.0'
  s.source_files = 'CNLiveAVCamera/Classes/XFAVCamera/*.{h,m}'
  
  s.resource_bundles = {
     'CNLiveAVCamera' => ['CNLiveAVCamera/Assets/Images.xcassets']
   }
  #s.resources = 'CNLiveAVCamera/Assets/XFAVCamera/XFAVCamera.bundle'


  #s.public_header_files = 'CNLiveAVCamera/Classes/XFAVCamera/*.h'
  s.frameworks = 'UIKit', 'Photos'
  s.dependency 'Masonry', '~> 1.0.2'
  
end