[Add] AlibabacloudMse20190531 6.13.0
[CocoaPods.git] / Specs / 4 / 9 / e / Pingpp / 2.1.0 / Pingpp.podspec.json
blob52684814f2cf27dae31df4dfb3626c85988cdb50
2   "name": "Pingpp",
3   "version": "2.1.0",
4   "summary": "Pingplusplus iOS SDK",
5   "description": "                   移动应用支付接口。\n                   开发者不再需要编写冗长的代码,简单几步就可以使你的应用获得支付功能。\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.0"
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       "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       "source_files": "lib/Channels/Bfb/Dependencies/**/*.{h,m}",
114       "public_header_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   ]