[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / a / 4 / d / ZITOCloound / 4.4.4 / ZITOCloound.podspec.json
blob4b11c67abe7d07ce54ab369d9831d283f3965b94
2   "name": "ZITOCloound",
3   "version": "4.4.4",
4   "summary": "ZITOCloound iOS SDK",
5   "description": "融拓支付聚合平台\n轻松接入,开启支付新里程",
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/ZITOCloound.git",
16     "tag": "4.4.4"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "default_subspecs": [
22     "BaseCore",
23     "Alipay"
24   ],
25   "subspecs": [
26     {
27       "name": "BaseCore",
28       "source_files": "lib/*.h",
29       "public_header_files": "lib/*.h",
30       "vendored_libraries": "lib/*.a",
31       "frameworks": [
32         "CFNetwork",
33         "SystemConfiguration",
34         "Security"
35       ],
36       "ios": {
37         "libraries": [
38           "c++",
39           "stdc++",
40           "z"
41         ]
42       },
43       "xcconfig": {
44         "OTHER_LDFLAGS": "-ObjC"
45       }
46     },
47     {
48       "name": "Alipay",
49       "vendored_libraries": "lib/Channels/Alipay/*.a",
50       "ios": {
51         "vendored_frameworks": "lib/Channels/Alipay/AlipaySDK.framework"
52       },
53       "resources": "lib/Channels/Alipay/AlipaySDK.bundle",
54       "frameworks": [
55         "CoreMotion",
56         "CoreTelephony"
57       ],
58       "dependencies": {
59         "ZITOCloound/BaseCore": [
61         ]
62       }
63     }
64   ]