DSCnliveShopSDK.podspec
1.33 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
Pod::Spec.new do |s|
s.name = 'DSCnliveShopSDK'
s.version = '0.3.4.019'
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.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 'CNLiveSDKs/CNLiveEncryptSDK'
s.dependency 'CNLiveSDKs/CNLivePaySDK'
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.6'
s.dependency 'BKPickerView', '~> 1.1.1'
s.vendored_frameworks = 'DSCnliveShopSDK/Classes/DSCnliveShopSDK.framework'
end