[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / 0 / 8 / 6 / Paymaxpod2 / 0.0.1 / Paymaxpod2.podspec.json
blob946d3fe0af69fe074bcec8250018b7f28aa7b144
2   "name": "Paymaxpod2",
3   "version": "0.0.1",
4   "summary": "pod1 test",
5   "description": "pod1 测试",
6   "homepage": "https://github.com/daimakuangmo/pod1",
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": "http://github.com/daimakuangmo/pod1.git",
17     "tag": "0.0.1"
18   },
19   "default_subspecs": [
20     "Paymax",
21     "Alipay",
22     "Wx"
23   ],
24   "subspecs": [
25     {
26       "name": "Paymax",
27       "source_files": "PaymaxSDK/*.h",
28       "public_header_files": "PaymaxSDK/*.h",
29       "vendored_libraries": "PaymaxSDK/libPaymaxSDK.a",
30       "frameworks": [
31         "CFNetwork",
32         "SystemConfiguration",
33         "Security",
34         "CoreLocation"
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": "PaymaxSDK/Paymax+alipay/libPaymaxAli.a",
50       "ios": {
51         "vendored_frameworks": "PaymaxSDK/Paymax+alipay/Alipay/AlipaySDK.framework"
52       },
53       "resources": "PaymaxSDK/Paymax+alipay/Alipay/AlipaySDK.bundle",
54       "frameworks": [
55         "CoreMotion",
56         "CoreTelephony"
57       ],
58       "dependencies": {
59         "Paymaxpod2/Paymax": [
61         ]
62       }
63     },
64     {
65       "name": "Wx",
66       "vendored_libraries": "PaymaxSDK/Paymax+wx/*.a",
67       "dependencies": {
68         "Paymaxpod2/Paymax": [
70         ]
71       }
72     }
73   ]