[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 0 / f / 9 / ICPaySDK / 1.5.1 / ICPaySDK.podspec.json
blobb0672709cb10b694e213be5d27d09435d0b9b868
2   "name": "ICPaySDK",
3   "version": "1.5.1",
4   "summary": "ICPaySDK is an unique sdk to pay",
5   "description": "ICPaySDK = wxpay + alipay. the api is unique",
6   "homepage": "https://github.com/CorkiiOS/ICPaySDK",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "corkiios": "675053587@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/CorkiiOS/ICPaySDK.git",
16     "tag": "1.5.1"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "subspecs": [
23     {
24       "name": "ICPayManager",
25       "source_files": "ICPaySDK/ICManager/*.{h,m}"
26     },
27     {
28       "name": "ICAliPay",
29       "dependencies": {
30         "ICPaySDK/ICPayManager": [
32         ],
33         "AliPay_SDK": [
35         ]
36       },
37       "source_files": "ICPaySDK/ICAliPay/*.{h,m}"
38     },
39     {
40       "name": "ICWxPay",
41       "dependencies": {
42         "ICPaySDK/ICPayManager": [
44         ],
45         "WechatOpenSDK": [
47         ]
48       },
49       "source_files": "ICPaySDK/ICWxPay/*.{h,m}"
50     },
51     {
52       "name": "UnionPay",
53       "dependencies": {
54         "ICPaySDK/ICPayManager": [
56         ],
57         "UnionPay": [
59         ]
60       },
61       "source_files": "ICPaySDK/ICUnionpay/*.{h,m}"
62     }
63   ]