[Add] FaceSDKNightly 6.4.2314
[CocoaPods.git] / Specs / 3 / 8 / e / LLPay / 2.7.9 / LLPay.podspec.json
blob7bdd000a2d5ca45bcf351f233e2599c6eae444e7
2   "name": "LLPay",
3   "version": "2.7.9",
4   "summary": "连连支付标准版SDK,LianLian Pay Standard SDK",
5   "description": "LLPay 是一个支持认证、快捷、分期付,银行APP支付等支付方式的SDK, 为商户提供内嵌于APP的支付功能。",
6   "homepage": "https://gitee.com/LLPayiOS/LLPay",
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/LLPay.git",
16     "tag": "2.7.9"
17   },
18   "platforms": {
19     "ios": "7.0"
20   },
21   "requires_arc": true,
22   "default_subspecs": "Pay",
23   "subspecs": [
24     {
25       "name": "Core",
26       "vendored_libraries": "LLPay/Core/*.a",
27       "public_header_files": "LLPay/Core/*.h",
28       "source_files": "LLPay/Core/*.h",
29       "xcconfig": {
30         "OTHER_LDFLAGS": "-lObjC"
31       }
32     },
33     {
34       "name": "Pay",
35       "vendored_libraries": "LLPay/Pay/*.a",
36       "public_header_files": "LLPay/Pay/*.h",
37       "dependencies": {
38         "LLPay/Core": [
40         ]
41       },
42       "resources": "LLPay/walletResources.bundle",
43       "source_files": "LLPay/Pay/*.h"
44     },
45     {
46       "name": "EBank",
47       "vendored_libraries": "LLPay/EBank/*.a",
48       "public_header_files": "LLPay/EBank/*.h",
49       "dependencies": {
50         "LLPay/Core": [
52         ],
53         "LLMPay/ICBC": [
55         ]
56       },
57       "source_files": "LLPay/EBank/*.h",
58       "resources": "LLPay/walletResources.bundle"
59     }
60   ]