[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 6 / c / 0 / commonSDK / 0.0.7 / commonSDK.podspec.json
blobae4cddfda2be960cc87fbfe0b74393960a0b42da
2   "name": "commonSDK",
3   "version": "0.0.7",
4   "summary": "通用的功能封装如,网络请求,图片加载",
5   "description": "TODO: Add long description of the pod here.",
6   "homepage": "https://github.com/15730898949/commonSDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "MAHAIHONG": "15730898949@163.com"
13   },
14   "source": {
15     "git": "https://github.com/15730898949/commonSDK.git",
16     "tag": "0.0.7"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "xcconfig": {
22     "OTHER_LDFLAGS": "-all_load"
23   },
24   "subspecs": [
25     {
26       "name": "Public",
27       "ios": {
28         "vendored_frameworks": "commonSDK/framework/Public.framework"
29       }
30     },
31     {
32       "name": "JPushManager",
33       "ios": {
34         "vendored_frameworks": "commonSDK/framework/JPushManager.framework"
35       },
36       "dependencies": {
37         "JPush": [
38           "~> 3.1.0"
39         ],
40         "commonSDK/Public": [
42         ]
43       }
44     },
45     {
46       "name": "CWDB",
47       "ios": {
48         "vendored_frameworks": "commonSDK/framework/CWDB.framework"
49       }
50     },
51     {
52       "name": "Signal",
53       "ios": {
54         "vendored_frameworks": "commonSDK/framework/Signal.framework"
55       }
56     },
57     {
58       "name": "Shared",
59       "ios": {
60         "vendored_frameworks": "commonSDK/framework/Shared.framework"
61       },
62       "dependencies": {
63         "WechatOpenSDK": [
64           "~> 1.8.3"
65         ],
66         "WeiboSDK": [
67           "~> 3.1.3"
68         ],
69         "TencentOpenApiSDK": [
70           "~> 2.9.5"
71         ]
72       }
73     },
74     {
75       "name": "PaymentManager",
76       "ios": {
77         "vendored_frameworks": "commonSDK/framework/PaymentManager.framework"
78       },
79       "dependencies": {
80         "WechatOpenSDK": [
81           "~> 1.8.3"
82         ],
83         "AliPay": [
84           "~> 2.1.2"
85         ],
86         "commonSDK/Public": [
88         ]
89       }
90     },
91     {
92       "name": "MHHUIKit",
93       "ios": {
94         "vendored_frameworks": "commonSDK/framework/MHHUIKit.framework"
95       },
96       "dependencies": {
97         "MJRefresh": [
98           "~> 3.1.14.1"
99         ],
100         "commonSDK/Public": [
102         ]
103       }
104     },
105     {
106       "name": "QRCodeManager",
107       "ios": {
108         "vendored_frameworks": "commonSDK/framework/QRCodeManager.framework"
109       }
110     },
111     {
112       "name": "PlayerManager",
113       "ios": {
114         "vendored_frameworks": "commonSDK/framework/PlayerManager.framework"
115       },
116       "dependencies": {
117         "Masonry": [
118           "~> 1.1.0"
119         ]
120       }
121     }
122   ]