CNLiveDemo_LXG.podspec 891 Bytes


Pod::Spec.new do |s|
  s.name             = 'CNLiveDemo_LXG'
  s.version          = '0.0.3'
  s.summary          = '用于测试打包流程'

  s.description      = <<-DESC
TODO:
配置地址:
https://segmentfault.com/a/1190000012269307
                       DESC

  s.homepage         = 'http://bj.gitlab.cnlive.com/ios-team/CNLiveDemo_LXG'
  s.license          = { :type => 'MIT', :file => 'LICENSE' }
  s.author           = { 'liangxingguo' => 'liangxingguo_job@163.com' }
  s.source           = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveDemo_LXG.git', :tag => s.version, :submodules => true}
  s.ios.deployment_target = '9.0'
  #s.public_header_files = 'CNLiveDemo_LXG/CNLiveTestController.h'
  s.source_files = 'CNLiveDemo_LXG/Classes/*.{h,m}' # Classes文件夹下的所有匹配文件
  s.frameworks = 'UIKit', 'Foundation'
  s.dependency 'AFNetworking', '~> 2.3'
end