[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / e / 0 / b / HeepaySDK / 4.0.1 / HeepaySDK.podspec.json
blobe110c4ad9451197805f88b0d994b3fae257e37de
2   "name": "HeepaySDK",
3   "version": "4.0.1",
4   "summary": "Heepay iOS SDK",
5   "description": "支持微信支付,支付宝,快捷支付、游戏卡支付、骏卡支付、手机充值卡支付。",
6   "homepage": "https://github.com/JiangrxMaomao/HeepaySDK",
7   "license": "MIT",
8   "authors": {
9     "降瑞雪": "cyjiangruixue@163.com"
10   },
11   "platforms": {
12     "ios": "7.0"
13   },
14   "source": {
15     "git": "https://github.com/JiangrxMaomao/HeepaySDK.git",
16     "tag": "4.0.1"
17   },
18   "requires_arc": true,
19   "default_subspecs": "Core",
20   "subspecs": [
21     {
22       "name": "Core",
23       "source_files": "lib/*.h",
24       "public_header_files": "lib/*.h",
25       "vendored_libraries": "lib/*.a",
26       "frameworks": [
27         "CFNetwork",
28         "SystemConfiguration",
29         "Security",
30         "JavaScriptCore",
31         "CoreMotion",
32         "CoreTelephony",
33         "CoreGraphics"
34       ],
35       "ios": {
36         "libraries": [
37           "c++",
38           "stdc++",
39           "z"
40         ]
41       },
42       "xcconfig": {
43         "OTHER_LDFLAGS": "-ObjC"
44       }
45     },
46     {
47       "name": "WXSDK",
48       "vendored_libraries": "lib/Channels/WXSDK/*.a",
49       "public_header_files": "lib/Channels/WXSDK/*.h",
50       "source_files": "lib/Channels/WXSDK/*.h",
51       "dependencies": {
52         "HeepaySDK/Core": [
54         ]
55       },
56       "ios": {
57         "libraries": "sqlite3"
58       }
59     },
60     {
61       "name": "AliPaySDK",
62       "vendored_libraries": "lib/Channels/AliPaySDK/*.a",
63       "ios": {
64         "vendored_frameworks": "lib/Channels/AliPaySDK/AlipaySDK.framework"
65       },
66       "resources": "lib/Channels/AliPaySDK/AlipaySDK.bundle",
67       "dependencies": {
68         "HeepaySDK/Core": [
70         ]
71       }
72     },
73     {
74       "name": "HYShortPaySDK",
75       "vendored_libraries": "lib/Channels/HYShortPaySDK/*.a",
76       "resources": "lib/Channels/HYShortPaySDK/HySdkResource.bundle",
77       "dependencies": {
78         "HeepaySDK/Core": [
80         ]
81       }
82     }
83   ]