[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 0 / f / 9 / ICPaySDK / 1.2.0 / ICPaySDK.podspec.json
blob5b0e798da015e4f1a197f7e1c47611e1b0342c31
2   "name": "ICPaySDK",
3   "version": "1.2.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.2.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ICPaySDK/Classes/**/*",
22   "subspecs": [
23     {
24       "name": "ICPayManager",
25       "source_files": "ICPaySDK/Classes/IC{Error,IAliModel,IWxModel,MessageModel,PayDesignManager,PaySDKCommon,BasePayFactory,IPay,IUnionpayModel}.{h,m}"
26     },
27     {
28       "name": "ICAliPay",
29       "dependencies": {
30         "ICPaySDK/ICPayManager": [
32         ],
33         "AliPay_SDK": [
35         ]
36       },
37       "source_files": "ICPaySDK/Classes/ICAliPayFactory.{h,m}"
38     },
39     {
40       "name": "ICWxPay",
41       "dependencies": {
42         "ICPaySDK/ICPayManager": [
44         ],
45         "WechatOpenSDK": [
47         ]
48       },
49       "source_files": "ICPaySDK/Classes/ICWxPayFactory.{h,m}"
50     },
51     {
52       "name": "UnionPay",
53       "dependencies": {
54         "ICPaySDK/ICPayManager": [
56         ],
57         "UnionPay_SDK_iOS": [
59         ]
60       },
61       "source_files": "ICPaySDK/Classes/ICUnionpayFactory.{h,m}"
62     }
63   ]