CNPublishContent.podspec 967 Bytes

Pod::Spec.new do |s|
  s.name             = 'CNPublishContent'
  s.version          = '0.1.3'
  s.summary          = '测试发布页面pod打包'
  s.homepage         = 'http://bj.gitlab.cnlive.com/ios-team/CNLivePublishContents'
  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  s.license      = "MIT"          # 开源证书
  s.author           = { '殷巧娟' => '1427945373@qq.com' }
  s.source           = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLivePublishContents.git', :tag => s.version.to_s }
  # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

  s.platform     = :ios, "9.0" #平台及支持的最低版本

  s.source_files = 'CNPublishContent/**/*.{h,m}'
  
  # s.resource_bundles = {
  #   'CNPublishContent' => ['CNPublishContent/Assets/*.png']
  # }

  s.public_header_files = 'CNPublishContent/**/*.h'
  s.frameworks = 'UIKit', 'Foundation'
  s.dependency 'AFNetworking'  
    
end