DSCnliveShopSDK.podspec 2.28 KB
#
# Be sure to run `pod lib lint DSCnliveShopSDK.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             = 'DSCnliveShopSDK'
  s.version          = '0.0.1'
  s.summary          = 'cnlive电商SDK'

# 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
TODO: Add long description of the pod here.
                       DESC

  s.homepage         = 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK'
  # s.screenshots     = 'www.example.com/screenshots_1', 'www.example.com/screenshots_2'
  s.license          = { :type => 'MIT', :file => 'LICENSE' }
  s.author           = { 'oldSixMrZhang' => 'zhangxu@cnlive.com' }
  s.source           = { :git => 'http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK.git', :tag => s.version.to_s }
  # s.social_media_url = 'https://twitter.com/<TWITTER_USERNAME>'

  s.ios.deployment_target = '9.0'

  s.source_files = 'DSCnliveShopSDK/Classes/**/**/**/*'
  
  # s.resource_bundles = {
  #   'DSCnliveShopSDK' => ['DSCnliveShopSDK/Assets/*.png']
  # }

  # s.public_header_files = 'Pod/Classes/**/*.h'
  # s.frameworks = 'UIKit', 'MapKit'
  # s.dependency 'AFNetworking', '~> 2.3'
  
  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 'IQKeyboardManager', '~> 6.3.0'
  s.dependency 'SAMKeychain', '1.5.3'
  s.dependency 'MBProgressHUD', '1.1.0'
  s.dependency 'GPUImage', '0.1.7'
  s.dependency 'Qiniu', '7.2.5'
  s.dependency 'Masonry', '1.1.0'
  s.dependency 'PLPlayerKit', '~> 3.4.3'
  s.dependency 'CNLiveRequestBastKit'

  s.dependency 'QMUIKit', ' 4.0.2'
  s.dependency 'YYKit', '1.0.9'
  s.dependency 'SDAutoLayout', '2.2.1'
  
  s.dependency 'BKTimer', '~> 1.0.1'
  s.dependency 'BKCycleScrollView', '~> 2.0.4'
  s.dependency 'BKPickerView', '~> 1.1.1'
end