[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 6 / 5 / LLMPay / 4.0.6 / LLMPay.podspec.json
blobdb6b44d58f0f0ec0b682fee3d1665dbe78706290
2   "name": "LLMPay",
3   "version": "4.0.6",
4   "summary": "连连支付统一网关支付SDK,LLMPay SDK with gateway_url",
5   "description": "LLMPaySDK是一个统一网关支付SDK,支持连连支付的认证支付、快捷支付、分期付、银行APP支付等支付方式, 支持短信、TouchID、FaceID等验证方式",
6   "homepage": "https://gitee.com/LLPayiOS/LLMPay",
7   "license": {
8     "type": "Copyright",
9     "text": "© 2003-2020 Lianlian Yintong Electronic Payment Co., Ltd. All rights reserved."
10   },
11   "authors": {
12     "LLPayiOSDev": "iosdev@lianlianpay.com"
13   },
14   "source": {
15     "git": "https://gitee.com/LLPayiOS/LLMPay.git",
16     "tag": "4.0.6"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "MPay",
23   "subspecs": [
24     {
25       "name": "Core",
26       "vendored_libraries": "LLMPay/Core/libLLPaySDKCore.a",
27       "xcconfig": {
28         "OTHER_LDFLAGS": "-lObjC"
29       }
30     },
31     {
32       "name": "MPay",
33       "vendored_libraries": "LLMPay/MPay/libLLMobilePay.a",
34       "public_header_files": "LLMPay/MPay/*.h",
35       "resources": "LLMPay/MPay/LLMPayResources.bundle",
36       "dependencies": {
37         "LLMPay/Core": [
39         ]
40       },
41       "source_files": "LLMPay/MPay/*.h"
42     },
43     {
44       "name": "EBank",
45       "vendored_libraries": "LLMPay/EBank/libLLEBankPay.a",
46       "public_header_files": "LLMPay/EBank/*.h",
47       "resources": "LLMPay/EBank/LLEBankResources.bundle",
48       "dependencies": {
49         "LLMPay/Core": [
51         ],
52         "LLMPay/ICBC": [
54         ]
55       },
56       "source_files": "LLMPay/EBank/*.h"
57     },
58     {
59       "name": "Wechat",
60       "vendored_libraries": "LLMPay/Wechat/libLLMWeChat.a",
61       "dependencies": {
62         "LLMPay/MPay": [
64         ],
65         "WechatOpenSDK": [
66           "1.8.5"
67         ]
68       }
69     },
70     {
71       "name": "ICBC",
72       "vendored_frameworks": "LLMPay/ICBC/ICBCPaySDK.framework",
73       "resources": "LLMPay/ICBC/ICBCPaySDK.bundle",
74       "dependencies": {
75         "AFNetworking": [
76           "~>3.0"
77         ],
78         "Toast": [
80         ]
81       }
82     }
83   ]