DSCnliveShopSDK.podspec
1.54 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
Pod::Spec.new do |s|
s.name = 'DSCnliveShopSDK'
s.version = '0.4.6.002'
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', '4.0.0'
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.1.3'
s.dependency 'YYKit', '1.0.9'
s.dependency 'IQKeyboardManager', '~> 6.3.0'
s.dependency 'SDAutoLayout', '2.2.1'
s.dependency 'TZImagePickerController', '3.2.6'
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.32'
s.dependency 'DSToolsModuleF', '0.0.33'
s.dependency 'DSARModuleF', '0.1.2'
end