DSCnliveShopSDK.podspec 1.53 KB

Pod::Spec.new do |s|
  s.name                   = 'DSCnliveShopSDK'
  s.version                = '0.3.9.009'
  s.summary                = 'cnlive电商SDK'
  s.homepage               = 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK'
  s.license                = { :type => 'MIT', :file => 'LICENSE' }
  s.author                 = { 'BIKE' => '694092596@qq.com' }
  s.source                 = { :git => 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK.git', :tag => s.version.to_s }
  s.ios.deployment_target  = '9.0'
  s.vendored_frameworks    = 'DSCnliveShopSDK/Frameworks/**/*.framework'
  s.frameworks             = 'Foundation', 'UIKit'
  s.xcconfig               = {
    'ENABLE_BITCODE' => 'NO'
  }
  s.pod_target_xcconfig    = {
    'VALID_ARCHS' => 'arm64'
  }

  s.dependency 'AFNetworking', '3.2.1'
  s.dependency 'SDWebImage', '~> 5.2.3'
  s.dependency 'MJRefresh', '3.2.0'
  s.dependency 'MJExtension', '3.2.1'
  s.dependency 'MBProgressHUD', '1.1.0'
  s.dependency 'Qiniu', '7.2.5'
  s.dependency 'Masonry', '1.1.0'
  s.dependency 'PLPlayerKit', '~> 3.4.3'
  s.dependency 'QMUIKit', ' 4.0.2'
  s.dependency 'YYKit', '1.0.9'
  s.dependency 'IQKeyboardManager', '~> 6.3.0'
  s.dependency 'SDAutoLayout', '2.2.1'
  
  s.dependency 'CNLiveRequestBastKit'
  s.dependency 'CNLiveSDKs/CNLiveEncryptSDK', '>=0.3.3.0'
  s.dependency 'CNLiveSDKs/CNLivePaySDK', '>=0.3.3.0'
  
  s.dependency 'YBImageBrowser_DSCnliveShop'
  s.dependency 'DSBaseModuleF', '0.0.19'
  s.dependency 'DSToolsModuleF', '0.0.19'
  s.dependency 'DSARModuleF', '0.0.9'
  
end