[Add] BridgeKit 0.1.0
[CocoaPods.git] / Specs / 5 / f / 6 / ZITOPayDemo / 0.1.0 / ZITOPayDemo.podspec.json
blob57f7534e4ca2c66792df4cd17d4498969741450d
2   "name": "ZITOPayDemo",
3   "version": "0.1.0",
4   "summary": "ZITOPay iOS SDK",
5   "description": "移动应用支付接口。\n开发者不再需要编写冗长的代码,简单几步就可以使你的应用获得支付功能。\n让你的移动应用接入支付像大厦接入电力一样简单,方便,和温暖。\n支持微信支付,支付宝钱包。",
6   "homepage": "http://www.zitopay.com",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "bruce_lidd": "964991296@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/bruce-lidd/zitopayDemo.git",
16     "tag": "0.1.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ZITOPayDemo/Classes/**/*",
22   "requires_arc": true,
23   "default_subspecs": [
24     "Core",
25     "Alipay",
26     "Wx"
27   ],
28   "subspecs": [
29     {
30       "name": "Core",
31       "source_files": "lib/*.h",
32       "public_header_files": "lib/*.h",
33       "vendored_libraries": "lib/*.a",
34       "frameworks": [
35         "CFNetwork",
36         "SystemConfiguration",
37         "Security"
38       ],
39       "ios": {
40         "libraries": [
41           "c++",
42           "stdc++",
43           "z"
44         ]
45       },
46       "xcconfig": {
47         "OTHER_LDFLAGS": "-ObjC"
48       }
49     },
50     {
51       "name": "Alipay",
52       "vendored_libraries": "lib/Channels/Alipay/*.a",
53       "ios": {
54         "vendored_frameworks": "lib/Channels/Alipay/AlipaySDK.framework"
55       },
56       "resources": "lib/Channels/Alipay/AlipaySDK.bundle",
57       "frameworks": [
58         "CoreMotion",
59         "CoreTelephony"
60       ],
61       "dependencies": {
62         "ZITOPayDemo/Core": [
64         ]
65       }
66     },
67     {
68       "name": "Wx",
69       "dependencies": {
70         "ZITOPayDemo/Core": [
72         ]
73       }
74     }
75   ]