[Add] YSRTCLiveAVKitSDK 1.0.2
[CocoaPods.git] / Specs / 7 / 1 / 4 / YLT_Pay / 0.0.3 / YLT_Pay.podspec.json
blobb55887c4aee552b299e53a2ad41322bc19000023
2   "name": "YLT_Pay",
3   "version": "0.0.3",
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.3"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "YLT_Pay/Classes/*.{h,m}",
22   "public_header_files": "YLT_Pay/Classes/*.h",
23   "dependencies": {
24     "YLT_BaseLib": [
26     ]
27   },
28   "subspecs": [
29     {
30       "name": "Pay",
31       "source_files": "YLT_Pay/Classes/*.{h,m}",
32       "public_header_files": "YLT_Pay/Classes/*.h"
33     },
34     {
35       "name": "AliPay",
36       "source_files": [
37         "YLT_Pay/Classes/AliPay/*.{h,m}",
38         "YLT_Pay/Classes/AliPay/Util/*.{h,m}",
39         "YLT_Pay/Classes/AliPay/OpenSSL/OpenSSL/*.h"
40       ],
41       "public_header_files": [
42         "YLT_Pay/Classes/AliPay/*.h",
43         "YLT_Pay/Classes/AliPay/Util/*.h"
44       ],
45       "vendored_frameworks": "YLT_Pay/Classes/Alipay/*.framework",
46       "vendored_libraries": "YLT_Pay/Classes/Alipay/OpenSSL/lib/*.a",
47       "resources": "YLT_Pay/Classes/Alipay/*.bundle",
48       "libraries": [
49         "z",
50         "sqlite3.0",
51         "c++"
52       ],
53       "dependencies": {
54         "YLT_Pay/Pay": [
56         ]
57       },
58       "frameworks": [
59         "CoreMotion",
60         "CFNetwork",
61         "CoreGraphics",
62         "CoreText",
63         "QuartzCore",
64         "CoreTelephony",
65         "SystemConfiguration",
66         "Foundation",
67         "UIKit"
68       ]
69     },
70     {
71       "name": "WeChatPay",
72       "source_files": [
73         "YLT_Pay/Classes/WeChatPay/*.{h,m}",
74         "YLT_Pay/Classes/WeChatPay/lib/*.{h,m}"
75       ],
76       "public_header_files": "YLT_Pay/Classes/WeChatPay/*.h",
77       "vendored_libraries": "YLT_Pay/Classes/WeChatPay/lib/*.a",
78       "libraries": [
79         "z",
80         "sqlite3.0",
81         "c++"
82       ],
83       "frameworks": [
84         "Security",
85         "CFNetwork",
86         "CoreGraphics",
87         "CoreTelephony",
88         "SystemConfiguration",
89         "Foundation",
90         "UIKit"
91       ],
92       "dependencies": {
93         "YLT_Pay/Pay": [
95         ]
96       }
97     },
98     {
99       "name": "UnionPay",
100       "source_files": [
101         "YLT_Pay/Classes/UnionPay/*.{h,m,mm}",
102         "YLT_Pay/Classes/UnionPay/lib/*.{h,m,mm}"
103       ],
104       "public_header_files": "YLT_Pay/Classes/UnionPay/*.h",
105       "vendored_libraries": "YLT_Pay/Classes/UnionPay/lib/*.a",
106       "frameworks": "CoreMotion",
107       "libraries": [
108         "stdc++",
109         "z",
110         "sqlite3.0"
111       ],
112       "dependencies": {
113         "YLT_Pay/Pay": [
115         ]
116       }
117     },
118     {
119       "name": "ApplePay",
120       "source_files": "YLT_Pay/Classes/ApplePay/*.{h,m}",
121       "public_header_files": "YLT_Pay/Classes/ApplePay/*.h",
122       "frameworks": "PassKit",
123       "dependencies": {
124         "YLT_Pay/Pay": [
126         ]
127       }
128     },
129     {
130       "name": "IapPay",
131       "source_files": "YLT_Pay/Classes/IapPay/*.{h,m}",
132       "public_header_files": "YLT_Pay/Classes/IapPay/*.h",
133       "frameworks": "StoreKit",
134       "dependencies": {
135         "YLT_Pay/Pay": [
137         ]
138       }
139     }
140   ]