[Add] STBaseProject 1.0.8
[CocoaPods.git] / Specs / f / 9 / 0 / SYPayKit / 0.1.1 / SYPayKit.podspec.json
blob2921c64416f30848f3745009dfa27746b496a9d6
2   "name": "SYPayKit",
3   "version": "0.1.1",
4   "summary": "集成微信、银联、支付宝支付",
5   "description": "1. 集成微信、银联、支付宝三种支付方式\n2. 对外抽象统一接口\n3. 支持OC,Swift项目,可以打包成动态库",
6   "homepage": "https://github.com/isandboy/SYPayKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "isandboy": "sandboylu@gmail.com"
13   },
14   "source": {
15     "git": "https://github.com/isandboy/SYPayKit.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "SYPayKit/SYPayKit.h",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "SYPayKit/Core/*.{h,m,c,swift}",
26       "frameworks": [
27         "CFNetwork",
28         "SystemConfiguration"
29       ]
30     },
31     {
32       "name": "Alipay",
33       "source_files": "SYPayKit/Channels/Alipay/*.{h,m}",
34       "dependencies": {
35         "SYPayKit/Core": [
37         ],
38         "SYAlipaySDK": [
40         ]
41       }
42     },
43     {
44       "name": "WXPay",
45       "source_files": "SYPayKit/Channels/WxPay/**/*.{h,m}",
46       "dependencies": {
47         "SYPayKit/Core": [
49         ],
50         "SYWechatOpenSDK": [
52         ]
53       }
54     },
55     {
56       "name": "UnionPay",
57       "source_files": "SYPayKit/Channels/UnionPay/**/*.{h,m}",
58       "dependencies": {
59         "SYPayKit/Core": [
61         ],
62         "SYUPPaySDK": [
64         ]
65       }
66     }
67   ]