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