[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 6 / 5 / LLMPay / 4.0.3 / LLMPay.podspec.json
blobe0c304adeac3344d3e4c540938bcb1bac3e854d0
2   "name": "LLMPay",
3   "version": "4.0.3",
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-2019 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.3"
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/*.a",
27       "xcconfig": {
28         "OTHER_LDFLAGS": "-lObjC"
29       }
30     },
31     {
32       "name": "MPay",
33       "vendored_libraries": "LLMPay/MPay/*.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/*.a",
46       "public_header_files": "LLMPay/EBank/*.h",
47       "resources": "LLMPay/EBank/LLEBankResources.bundle",
48       "dependencies": {
49         "LLMPay/Core": [
51         ]
52       },
53       "source_files": "LLMPay/EBank/*.h"
54     }
55   ]