[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 7 / 1 / 4 / YLT_Pay / 0.0.1 / YLT_Pay.podspec.json
blob1b59ecaf046ca622c3d26d501e7180b420d66c6c
2   "name": "YLT_Pay",
3   "version": "0.0.1",
4   "summary": "支付方式集成",
5   "description": "AliPay、WeChatPay、UnionPay、ApplePay等支付方式集成",
6   "homepage": "https://github.com/YLTTeam/YLT_Pay.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "xphaijj0305@126.com": "xianggong@126.com"
13   },
14   "source": {
15     "git": "https://github.com/YLTTeam/YLT_Pay.git",
16     "tag": "0.0.1"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": [
22     "YLT_Pay/Classes/*.{h,m}",
23     "YLT_Pay/Classes/AliPay/*.{h,m}",
24     "YLT_Pay/Classes/AliPay/Util/*.{h,m}",
25     "YLT_Pay/Classes/WeChatPay/*.{h,m}",
26     "YLT_Pay/Classes/UnionPay/*.{h,m,mm}",
27     "YLT_Pay/Classes/ApplePay/*.{h,m}",
28     "YLT_Pay/Classes/IapPay/*.{h,m}"
29   ],
30   "public_header_files": [
31     "YLT_Pay/Classes/*.h",
32     "YLT_Pay/Classes/AliPay/*.h",
33     "PHPayLib/Classes/AliPay/Util/*.h",
34     "YLT_Pay/Classes/WeChatPay/*.h",
35     "YLT_Pay/Classes/UnionPay/*.h",
36     "YLT_Pay/Classes/ApplePay/*.h",
37     "YLT_Pay/Classes/IapPay/*.h"
38   ],
39   "frameworks": "CoreMotion",
40   "libraries": [
41     "z",
42     "sqlite3.0",
43     "c++"
44   ],
45   "xcconfig": {
46     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
47     "CLANG_CXX_LIBRARY": "libc++"
48   },
49   "vendored_frameworks": "YLT_Pay/Classes/Alipay/*.framework",
50   "vendored_libraries": [
51     "YLT_Pay/Classes/WeChatPay/*.a",
52     "YLT_Pay/Classes/UnionPay/*.a"
53   ],
54   "resources": "YLT_Pay/Classes/Alipay/*.bundle",
55   "dependencies": {
56     "YLT_BaseLib": [
58     ]
59   }