[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / f / 9 / ICPaySDK / 1.3.0 / ICPaySDK.podspec.json
blob9f9e5b94ced37b8c9d35b02de393f78bbf7cc85b
2   "name": "ICPaySDK",
3   "version": "1.3.0",
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.3.0"
17   },
18   "requires_arc": true,
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "ICPaySDK/Classes/**/*",
23   "subspecs": [
24     {
25       "name": "ICPayManager",
26       "source_files": "ICPaySDK/Classes/ICManager/*.{h,m}"
27     },
28     {
29       "name": "ICAliPay",
30       "dependencies": {
31         "ICPaySDK/ICPayManager": [
33         ],
34         "AliPay_SDK": [
36         ]
37       },
38       "source_files": "ICPaySDK/Classes/ICAliPayFactory.{h,m}"
39     },
40     {
41       "name": "ICWxPay",
42       "dependencies": {
43         "ICPaySDK/ICPayManager": [
45         ],
46         "WechatOpenSDK": [
48         ]
49       },
50       "source_files": "ICPaySDK/Classes/ICWxPayFactory.{h,m}"
51     },
52     {
53       "name": "UnionPay",
54       "dependencies": {
55         "ICPaySDK/ICPayManager": [
57         ],
58         "UnionPay_SDK_iOS": [
60         ]
61       },
62       "source_files": "ICPaySDK/Classes/ICUnionpayFactory.{h,m}"
63     }
64   ]