CNLiveUploadManager.podspec 2.28 KB
#
# Be sure to run `pod lib lint CNLiveUploadManager.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             = 'CNLiveUploadManager'
  s.version          = '0.1.28'
  s.summary          = '压缩上传,组件化中加入新参数加入outPath,不在直接取'

# This description is used to generate tags and improve search results.
#   * Think: What does it do? Why did you write it? What is the focus?
#   * Try to keep it short, snappy and to the point.
#   * Write the description between the DESC delimiters below.
#   * Finally, don't worry about the indent, CocoaPods strips it!

  s.description      = <<-DESC
        图片压缩上传,视频转码上传
                       DESC

  s.homepage         = 'http://bj.gitlab.cnlive.com/ios-team/CNLiveUploadManager'
  s.license          = { :type => 'MIT', :file => 'LICENSE' }
  s.author           = { 'jyyjkt' => 'jyyjkt@qq.com' }
  s.source           = { :git => 'http://bj.gitlab.cnlive.com/ios-team/CNLiveUploadManager.git', :tag => s.version.to_s }

  s.ios.deployment_target = '10.0'

  s.source_files = 'CNLiveUploadManager/Classes/**/*'
  
  s.pod_target_xcconfig = { 'VALID_ARCHS[sdk=iphonesimulator*]' => 'CNLiveNewTripartiteManagement/PLShortVideoKit' }
  
  s.frameworks = 'UIKit'
  s.dependency 'CNLiveNewTripartiteManagement/AFNetworking'
  s.dependency 'CNLiveRequestBastKit'
  s.dependency 'CNLiveNewTripartiteManagement/MJExtension'
  s.dependency 'CNLiveNewTripartiteManagement/PLShortVideoKit'
  s.dependency 'CNLiveNewTripartiteManagement/YYImage'
  s.dependency 'CNLiveNewTripartiteManagement/YYModel'
  s.dependency 'CNLiveNewTripartiteManagement/YYCache'
  s.dependency 'CNLiveNewTripartiteManagement/YYWebImage'
  s.dependency 'CNLiveNewTripartiteManagement/YYText'
  s.dependency 'CNLiveNewTripartiteManagement/YYDispatchQueuePool'
  s.dependency 'CNLiveNewTripartiteManagement/YYAsyncLayer'
  s.dependency 'CNLiveNewTripartiteManagement/YYCategories'
  s.dependency 'CNLiveCommonCategory'
  s.dependency 'CNLiveBaseKit'
  s.dependency 'CNLiveBusinessTools'
  s.dependency 'CNLiveBaseTools'
  s.dependency 'CNLiveUserManagement'
  
  
end