[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / 7 / 6 / 5 / LLMPay / 3.3.3 / LLMPay.podspec.json
blobee54bd2ac8836dffbca6a7bcbc651a2a8572a1c4
2   "name": "LLMPay",
3   "version": "3.3.3",
4   "summary": "LLMPay iOS SDK",
5   "description": "LLMPaySDK是一个统一网关支付SDK,支持连连支付的认证支付、快捷支付、分期付、银行APP支付等支付方式, 支持短信、TouchID、FaceID等验证方式",
6   "homepage": "https://gitee.com/LLPayiOS/LLMPay",
7   "license": {
8     "type": "Copyright",
9     "text": "© 2003-2018 Lianlian Yintong Electronic Payment Co., Ltd. All rights reserved."
10   },
11   "authors": {
12     "LLPayiOSDev": "iosdev@yintong.com.cn"
13   },
14   "source": {
15     "git": "https://gitee.com/LLPayiOS/LLMPay.git",
16     "tag": "3.3.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         "AFNetworking": [
53           "~>3.0"
54         ],
55         "Toast": [
57         ]
58       },
59       "source_files": "LLMPay/EBank/*.h",
60       "xcconfig": {
61         "HEADER_SEARCH_PATHS": "$(SDKROOT)/usr/include/libxml2"
62       },
63       "libraries": "xml2"
64     }
65   ]