DSCnliveShopSDK.podspec.json
1.49 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
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
{
"name": "DSCnliveShopSDK",
"version": "0.4.7.001",
"summary": "cnlive电商SDK",
"homepage": "http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"BIKE": "694092596@qq.com"
},
"source": {
"git": "http://bj.gitlab.cnlive.com/ios-team/DSCnliveShopSDK.git",
"tag": "0.4.7.001"
},
"platforms": {
"ios": "9.0"
},
"vendored_frameworks": "DSCnliveShopSDK/Frameworks/**/*.framework",
"frameworks": [
"Foundation",
"UIKit"
],
"xcconfig": {
"ENABLE_BITCODE": "NO"
},
"pod_target_xcconfig": {
"VALID_ARCHS": "arm64"
},
"dependencies": {
"AFNetworking": [
"4.0.0"
],
"MJRefresh": [
"3.2.0"
],
"MJExtension": [
"3.2.1"
],
"MBProgressHUD": [
"1.1.0"
],
"Qiniu": [
"7.2.5"
],
"Masonry": [
"1.1.0"
],
"PLPlayerKit": [
"~> 3.4.3"
],
"QMUIKit": [
" 4.1.3"
],
"YYKit": [
"1.0.9"
],
"IQKeyboardManager": [
"~> 6.3.0"
],
"SDAutoLayout": [
"2.2.1"
],
"TZImagePickerController": [
"3.2.6"
],
"CNLiveRequestBastKit": [
],
"CNLiveSDKs/CNLiveEncryptSDK": [
">=0.3.3.0"
],
"CNLiveSDKs/CNLivePaySDK": [
">=0.3.3.0"
],
"YBImageBrowser_DSCnliveShop": [
],
"DSBaseModuleF": [
"0.0.32"
],
"DSToolsModuleF": [
"0.0.33"
],
"DSARModuleF": [
"0.1.2"
]
}
}