[Add] ZJSDK 2.5.5.0
[CocoaPods.git] / Specs / 0 / f / 9 / ICPaySDK / 1.0.1 / ICPaySDK.podspec.json
blob53e7b4c872d175b0660f4c9f634fad8d2a205157
2   "name": "ICPaySDK",
3   "version": "1.0.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.0.1"
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}.{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   ]