[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 0 / f / 9 / ICPaySDK / 1.0.0 / ICPaySDK.podspec.json
blob75acfcd199bd178b341ed54ad91da61f5aa70532
2   "name": "ICPaySDK",
3   "version": "1.0.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.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "ICPaySDK/Classes/**/*",
22   "dependencies": {
23     "AliPay_SDK": [
25     ],
26     "WechatOpenSDK": [
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "ICPayManager",
33       "source_files": "ICPaySDK/Classes/IC{Error,IAliModel,IWxModel,MessageModel,PayDesignManager,PaySDKCommon,BasePayFactory,IPay}.{h,m}"
34     },
35     {
36       "name": "ICAliPay",
37       "dependencies": {
38         "ICPaySDK/ICPayManager": [
40         ],
41         "AliPay_SDK": [
43         ]
44       },
45       "source_files": "ICPaySDK/Classes/ICWxPayFactory.{h,m}"
46     },
47     {
48       "name": "ICWxPay",
49       "dependencies": {
50         "ICPaySDK/ICPayManager": [
52         ],
53         "WechatOpenSDK": [
55         ]
56       },
57       "source_files": "ICPaySDK/Classes/ICWxPayFactory.{h,m}"
58     }
59   ]