[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 7 / 8 / 9 / HYMergeSDK / 1.0.0 / HYMergeSDK.podspec.json
blob5483cee9d30cf505f6c6c5e8eb63def9290991e0
2   "name": "HYMergeSDK",
3   "version": "1.0.0",
4   "summary": "汇元聚合支付iOS SDK.",
5   "homepage": "https://github.com/zhangyuchao/heemoney-ios",
6   "license": "MIT",
7   "authors": {
8     "zhangyuchao": "zhangyuchaofight@163.com"
9   },
10   "platforms": {
11     "ios": "8.0"
12   },
13   "source": {
14     "git": "https://github.com/zhangyuchao/heemoney-ios.git",
15     "tag": "1.0.0"
16   },
17   "requires_arc": true,
18   "default_subspecs": [
19     "Core",
20     "Wx",
21     "Alipay"
22   ],
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "SDK/HeeMoneySDK/*.h",
27       "vendored_libraries": "SDK/HeeMoneySDK/*.a",
28       "requires_arc": true,
29       "ios": {
30         "libraries": [
31           "c++",
32           "z"
33         ]
34       },
35       "frameworks": [
36         "UIKit",
37         "CoreGraphics",
38         "CoreTelephony",
39         "JavaScriptCore",
40         "SystemConfiguration",
41         "CFNetwork",
42         "CoreMotion",
43         "Security",
44         "CoreLocation"
45       ],
46       "xcconfig": {
47         "OTHER_LDFLAGS": "-ObjC"
48       }
49     },
50     {
51       "name": "Wx",
52       "vendored_libraries": [
53         "SDK/Channel/WXPay/libWeChatSDK.a",
54         "SDK/Channel/WXPay/*.a"
55       ],
56       "source_files": "SDK/Channel/WXPay/*.h",
57       "ios": {
58         "libraries": "sqlite3.0"
59       },
60       "dependencies": {
61         "HYMergeSDK/Core": [
63         ]
64       }
65     },
66     {
67       "name": "Alipay",
68       "vendored_frameworks": "SDK/Channel/AliPay/AlipaySDK.framework",
69       "vendored_libraries": "SDK/Channel/AliPay/*.a",
70       "dependencies": {
71         "HYMergeSDK/Core": [
73         ]
74       }
75     }
76   ]