[Add] RogoCore 1.0.8.9
[CocoaPods.git] / Specs / 4 / e / 6 / Paymaxpod / 0.0.1 / Paymaxpod.podspec.json
bloba04489bad0cd57f3022f5bfae43b3983591d9421
2   "name": "Paymaxpod",
3   "version": "0.0.1",
4   "summary": "Paymaxpod Test",
5   "description": "pod1 测试 \"The description is shorter than the summary\"",
6   "homepage": "hhttps://github.com/daimakuangmo/PaymaxPod",
7   "license": "MIT",
8   "authors": {
9     "stan": "wangxiaoqiang@lxfintech.com"
10   },
11   "platforms": {
12     "ios": "8.1"
13   },
14   "requires_arc": true,
15   "source": {
16     "git": "https://github.com/daimakuangmo/PaymaxPod.git",
17     "commit": "1f3a95fb03544256fcc3f1279d6370736e09f7b2",
18     "tag": "0.0.1"
19   },
20   "default_subspecs": "Paymax",
21   "subspecs": [
22     {
23       "name": "Paymax",
24       "source_files": "PaymaxSDK/*.h",
25       "public_header_files": "PaymaxSDK/*.h",
26       "vendored_libraries": "PaymaxSDK/*.a",
27       "frameworks": [
28         "CFNetwork",
29         "SystemConfiguration",
30         "Security",
31         "CoreLocation",
32         "CoreTelephony"
33       ],
34       "ios": {
35         "libraries": [
36           "c++",
37           "stdc++",
38           "z",
39           "sqlite3.0"
40         ]
41       },
42       "xcconfig": {
43         "OTHER_LDFLAGS": "-ObjC"
44       }
45     },
46     {
47       "name": "Alipay",
48       "vendored_libraries": "PaymaxSDK/Channels/Alipay/*.a",
49       "ios": {
50         "vendored_frameworks": "PaymaxSDK/Channels/Alipay/AlipaySDK.framework"
51       },
52       "resources": "PaymaxSDK/Channels/Alipay/AlipaySDK.bundle",
53       "frameworks": "CoreMotion",
54       "dependencies": {
55         "Paymaxpod/Paymax": [
57         ]
58       }
59     },
60     {
61       "name": "Wx",
62       "source_files": "PaymaxSDK/Channels/Wx/*.h",
63       "public_header_files": "PaymaxSDK/Channels/Wx/*.h",
64       "vendored_libraries": "PaymaxSDK/Channels/Wx/*.a",
65       "dependencies": {
66         "Paymaxpod/Paymax": [
68         ]
69       }
70     }
71   ]