[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / 9 / e / Pingpp / 2.1.4 / Pingpp.podspec.json
blobd45ea75b7c02423a010e5cb6e4b2096aabdd6e2b
2   "name": "Pingpp",
3   "version": "2.1.4",
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.1.4"
17   },
18   "requires_arc": true,
19   "default_subspecs": [
20     "Core",
21     "Alipay",
22     "Wx",
23     "UnionPay"
24   ],
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "lib/*.h",
29       "public_header_files": "lib/*.h",
30       "vendored_libraries": "lib/*.a",
31       "resources": "lib/*.bundle",
32       "frameworks": [
33         "CFNetwork",
34         "SystemConfiguration",
35         "Security"
36       ],
37       "ios": {
38         "libraries": [
39           "c++",
40           "stdc++",
41           "z"
42         ]
43       },
44       "xcconfig": {
45         "OTHER_LDFLAGS": "-lObjC"
46       }
47     },
48     {
49       "name": "ApplePay",
50       "ios": {
51         "weak_frameworks": "PassKit"
52       },
53       "source_files": "lib/Channels/ApplePay/*.h",
54       "public_header_files": "lib/Channels/ApplePay/*.h",
55       "vendored_libraries": "lib/Channels/ApplePay/*.a",
56       "dependencies": {
57         "Pingpp/Core": [
59         ]
60       }
61     },
62     {
63       "name": "Alipay",
64       "vendored_libraries": "lib/Channels/Alipay/*.a",
65       "ios": {
66         "vendored_frameworks": "lib/Channels/Alipay/AlipaySDK.framework"
67       },
68       "resources": "lib/Channels/Alipay/AlipaySDK.bundle",
69       "dependencies": {
70         "Pingpp/Core": [
72         ]
73       }
74     },
75     {
76       "name": "Wx",
77       "vendored_libraries": "lib/Channels/Wx/*.a",
78       "public_header_files": "lib/Channels/Wx/*.h",
79       "source_files": "lib/Channels/Wx/*.h",
80       "ios": {
81         "libraries": "sqlite3"
82       },
83       "dependencies": {
84         "Pingpp/Core": [
86         ]
87       }
88     },
89     {
90       "name": "UnionPay",
91       "vendored_libraries": "lib/Channels/UnionPay/*.a",
92       "dependencies": {
93         "Pingpp/Core": [
95         ]
96       }
97     },
98     {
99       "name": "Bfb",
100       "frameworks": [
101         "CoreTelephony",
102         "AddressBook",
103         "AddressBookUI",
104         "AudioToolbox",
105         "CoreAudio",
106         "CoreGraphics",
107         "ImageIO",
108         "MapKit",
109         "MessageUI",
110         "MobileCoreServices",
111         "QuartzCore"
112       ],
113       "public_header_files": "lib/Channels/Bfb/Dependencies/**/*.h",
114       "source_files": "lib/Channels/Bfb/Dependencies/**/*.h",
115       "resources": "lib/Channels/Bfb/*.bundle",
116       "vendored_libraries": "lib/Channels/Bfb/**/*.a",
117       "dependencies": {
118         "Pingpp/Core": [
120         ]
121       }
122     }
123   ]