[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / 9 / e / Pingpp / 2.0.6 / Pingpp.podspec.json
blob72eda045edf0486675a1154c09e49592482d35d7
2   "name": "Pingpp",
3   "version": "2.0.6",
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.0.6"
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       "ios": {
80         "libraries": "sqlite3"
81       },
82       "dependencies": {
83         "Pingpp/Core": [
85         ]
86       }
87     },
88     {
89       "name": "UnionPay",
90       "vendored_libraries": "lib/Channels/UnionPay/*.a",
91       "dependencies": {
92         "Pingpp/Core": [
94         ]
95       }
96     },
97     {
98       "name": "Bfb",
99       "frameworks": [
100         "CoreTelephony",
101         "AddressBook",
102         "AddressBookUI",
103         "AudioToolbox",
104         "CoreAudio",
105         "CoreGraphics",
106         "ImageIO",
107         "MapKit",
108         "MessageUI",
109         "MobileCoreServices",
110         "QuartzCore"
111       ],
112       "source_files": "lib/Channels/Bfb/Dependencies/**/*.{h,m}",
113       "public_header_files": "lib/Channels/Bfb/Dependencies/**/*.h",
114       "resources": "lib/Channels/Bfb/*.bundle",
115       "vendored_libraries": "lib/Channels/Bfb/**/*.a",
116       "dependencies": {
117         "Pingpp/Core": [
119         ]
120       }
121     }
122   ]