[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / e / 3 / 4 / ZITOOSDK / 0.1.1 / ZITOOSDK.podspec.json
blob5faec9a24a38e963dac8567cfbca03860e75c067
2   "name": "ZITOOSDK",
3   "version": "0.1.1",
4   "summary": "easyPay ZITOOSDK.",
5   "description": "智慧支付  一键开启",
6   "homepage": "http://www.rtkj.com.cn",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "sunnymoteng": "369074420@qq.com"
13   },
14   "source": {
15     "git": "https://github.com/sunnymoteng/ZITOOSDK.git",
16     "tag": "0.1.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": [
22     "BaseCore",
23     "Alipay",
24     "WXPay"
25   ],
26   "subspecs": [
27     {
28       "name": "BaseCore",
29       "source_files": "lib/*.h",
30       "public_header_files": "lib/*.h",
31       "vendored_libraries": "lib/*.a",
32       "frameworks": [
33         "CFNetwork",
34         "SystemConfiguration",
35         "Security"
36       ],
37       "ios": {
38         "libraries": [
39           "c++",
40           "stdc++",
41           "z"
42         ]
43       },
44       "xcconfig": {
45         "OTHER_LDFLAGS": "-ObjC"
46       }
47     },
48     {
49       "name": "Alipay",
50       "vendored_libraries": "lib/Channels/AliPaySDK/*.a",
51       "ios": {
52         "vendored_frameworks": "lib/Channels/AliPaySDK/AlipaySDK.framework"
53       },
54       "resources": "lib/Channels/AliPaySDK/AlipaySDK.bundle",
55       "frameworks": [
56         "CoreMotion",
57         "CoreTelephony"
58       ],
59       "dependencies": {
60         "ZITOOSDK/BaseCore": [
62         ]
63       }
64     },
65     {
66       "name": "WXPay",
67       "frameworks": "CoreTelephony",
68       "vendored_libraries": "lib/Channels/WeChatSDK/*.a",
69       "ios": {
70         "libraries": "sqlite3"
71       },
72       "dependencies": {
73         "ZITOOSDK/BaseCore": [
75         ]
76       }
77     }
78   ]