[Add] ExpoFpCommon 4.8.3
[CocoaPods.git] / Specs / b / 3 / 9 / pod1 / 0.0.1 / pod1.podspec.json
blob6fab50fd34f62a0fc18a84afa17b7cff6a7cda73
2   "name": "pod1",
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   ],
23   "subspecs": [
24     {
25       "name": "Paymax",
26       "source_files": "PaymaxSDK/PaymaxSDK.h",
27       "public_header_files": "PaymaxSDK/PaymaxSDK.h",
28       "vendored_libraries": "PaymaxSDK/libPaymaxSDK.a",
29       "frameworks": [
30         "CFNetwork",
31         "SystemConfiguration",
32         "Security",
33         "CoreLocation"
34       ],
35       "ios": {
36         "libraries": [
37           "c++",
38           "stdc++",
39           "z"
40         ]
41       },
42       "xcconfig": {
43         "OTHER_LDFLAGS": "-ObjC"
44       }
45     },
46     {
47       "name": "Alipay",
48       "vendored_libraries": "PaymaxSDK/Paymax+alipay/libPaymaxAli.a",
49       "ios": {
50         "vendored_frameworks": "PaymaxSDK/Paymax+alipay/Alipay/AlipaySDK.framework"
51       },
52       "resources": "PaymaxSDK/Paymax+alipay/Alipay/AlipaySDK.bundle",
53       "frameworks": [
54         "CoreMotion",
55         "CoreTelephony"
56       ],
57       "dependencies": {
58         "pod1/Paymax": [
60         ]
61       }
62     }
63   ]