[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / 9 / e / Pingpp / 2.2.2 / Pingpp.podspec.json
blobf52c8f4619f1509948404741eee8d9d31a0c9894
2   "name": "Pingpp",
3   "version": "2.2.2",
4   "summary": "Pingplusplus iOS SDK",
5   "description": "移动应用支付接口。\n开发者不再需要编写冗长的代码,简单几步就可以使你的应用获得支付功能。\n让你的移动应用接入支付像大厦接入电力一样简单,方便,和温暖。\n支持微信支付,公众账号支付,支付宝钱包,百度钱包,银联手机支付。",
6   "homepage": "https://pingxx.com",
7   "license": "COMMERCIAL",
8   "authors": {
9     "Afon Weng": "xufeng.weng@pingxx.com"
10   },
11   "platforms": {
12     "ios": "5.1.1"
13   },
14   "source": {
15     "git": "https://github.com/PingPlusPlus/pingpp-ios.git",
16     "tag": "2.2.2"
17   },
18   "requires_arc": true,
19   "default_subspecs": [
20     "Core",
21     "Alipay",
22     "UnionPay"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "lib/*.h",
28       "public_header_files": "lib/*.h",
29       "vendored_libraries": "lib/*.a",
30       "resources": "lib/*.bundle",
31       "frameworks": [
32         "CFNetwork",
33         "SystemConfiguration",
34         "Security"
35       ],
36       "ios": {
37         "libraries": [
38           "c++",
39           "stdc++",
40           "z"
41         ]
42       },
43       "xcconfig": {
44         "OTHER_LDFLAGS": "-ObjC"
45       },
46       "dependencies": {
47         "Pingpp/Network": [
49         ]
50       }
51     },
52     {
53       "name": "ApplePay",
54       "ios": {
55         "weak_frameworks": "PassKit"
56       },
57       "source_files": "lib/Channels/ApplePay/*.h",
58       "public_header_files": "lib/Channels/ApplePay/*.h",
59       "vendored_libraries": "lib/Channels/ApplePay/*.a",
60       "dependencies": {
61         "Pingpp/Core": [
63         ],
64         "Pingpp/Network": [
66         ]
67       }
68     },
69     {
70       "name": "Alipay",
71       "vendored_libraries": "lib/Channels/Alipay/*.a",
72       "ios": {
73         "vendored_frameworks": "lib/Channels/Alipay/AlipaySDK.framework"
74       },
75       "resources": "lib/Channels/Alipay/AlipaySDK.bundle",
76       "dependencies": {
77         "Pingpp/Core": [
79         ]
80       }
81     },
82     {
83       "name": "Wx",
84       "vendored_libraries": "lib/Channels/Wx/*.a",
85       "public_header_files": "lib/Channels/Wx/*.h",
86       "source_files": "lib/Channels/Wx/*.h",
87       "ios": {
88         "libraries": "sqlite3"
89       },
90       "frameworks": "CoreTelephony",
91       "dependencies": {
92         "Pingpp/Core": [
94         ]
95       }
96     },
97     {
98       "name": "UnionPay",
99       "vendored_libraries": "lib/Channels/UnionPay/*.a",
100       "dependencies": {
101         "Pingpp/Core": [
103         ]
104       }
105     },
106     {
107       "name": "Bfb",
108       "frameworks": [
109         "CoreTelephony",
110         "AddressBook",
111         "AddressBookUI",
112         "AudioToolbox",
113         "CoreAudio",
114         "CoreGraphics",
115         "ImageIO",
116         "MapKit",
117         "MessageUI",
118         "MobileCoreServices",
119         "QuartzCore"
120       ],
121       "public_header_files": "lib/Channels/Bfb/Dependencies/**/*.h",
122       "source_files": "lib/Channels/Bfb/Dependencies/**/*.h",
123       "resources": "lib/Channels/Bfb/*.bundle",
124       "vendored_libraries": "lib/Channels/Bfb/**/*.a",
125       "dependencies": {
126         "Pingpp/Core": [
128         ]
129       }
130     },
131     {
132       "name": "Network",
133       "source_files": "lib/Dependencies/Network/*.h",
134       "public_header_files": "lib/Dependencies/Network/*.h",
135       "vendored_libraries": "lib/Dependencies/Network/*.a"
136     },
137     {
138       "name": "Cnp",
139       "frameworks": "AudioToolbox",
140       "source_files": "lib/Channels/Cnp/*.h",
141       "public_header_files": "lib/Channels/Cnp/*.h",
142       "vendored_libraries": "lib/Channels/Cnp/*.a",
143       "resources": "lib/Channels/Cnp/*.bundle",
144       "dependencies": {
145         "Pingpp/Core": [
147         ],
148         "Pingpp/Network": [
150         ]
151       },
152       "xcconfig": {
153         "CLANG_CXX_LIBRARY": "libstdc++"
154       }
155     },
156     {
157       "name": "One",
158       "frameworks": "QuartzCore",
159       "source_files": "lib/One/*.h",
160       "public_header_files": "lib/One/*.h",
161       "vendored_libraries": "lib/One/*.a",
162       "dependencies": {
163         "Pingpp/Core": [
165         ],
166         "Pingpp/Network": [
168         ]
169       }
170     },
171     {
172       "name": "Qgbc",
173       "vendored_libraries": "lib/Channels/Qgbc/*.a",
174       "dependencies": {
175         "Pingpp/Core": [
177         ]
178       }
179     },
180     {
181       "name": "Fqlpay",
182       "vendored_libraries": "lib/Channels/Fqlpay/*.a",
183       "dependencies": {
184         "Pingpp/Core": [
186         ]
187       }
188     }
189   ]