[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / 8 / d / BeeCloud / 3.6.1 / BeeCloud.podspec.json
blob29d0623e0ce223329a7ed04f54100702467d855b
2   "name": "BeeCloud",
3   "version": "3.6.1",
4   "summary": "BeeCloud 让支付更简单",
5   "homepage": "http://beecloud.cn",
6   "license": "MIT",
7   "authors": {
8     "LacusRInz": "zhihaoq@beecloud.cn"
9   },
10   "platforms": {
11     "ios": "7.0"
12   },
13   "source": {
14     "git": "https://github.com/beecloud/beecloud-ios.git",
15     "tag": "v3.6.1"
16   },
17   "requires_arc": true,
18   "default_subspecs": [
19     "Core",
20     "Alipay",
21     "Wx",
22     "UnionPay"
23   ],
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "BCPaySDK/BeeCloud/**/*.{h,m}",
28       "requires_arc": true,
29       "ios": {
30         "libraries": [
31           "c++",
32           "stdc++",
33           "z"
34         ]
35       },
36       "frameworks": [
37         "CFNetwork",
38         "SystemConfiguration",
39         "Security"
40       ],
41       "resources": "BCPaySDK/BeeCloud/SandBox/*.bundle",
42       "xcconfig": {
43         "OTHER_LDFLAGS": "-ObjC"
44       }
45     },
46     {
47       "name": "Alipay",
48       "frameworks": [
49         "CoreMotion",
50         "CoreTelephony"
51       ],
52       "vendored_frameworks": "BCPaySDK/Channel/AliPay/AlipaySDK.framework",
53       "source_files": [
54         "BCPaySDK/Channel/AliPay/AliPayAdapter/*.{h,m}",
55         "BCPaySDK/Channel/AliPay/*.h"
56       ],
57       "dependencies": {
58         "BeeCloud/Core": [
60         ]
61       }
62     },
63     {
64       "name": "Wx",
65       "frameworks": "CoreTelephony",
66       "vendored_libraries": "BCPaySDK/Channel/WXPay/libWeChatSDK.a",
67       "source_files": [
68         "BCPaySDK/Channel/WXPay/WXPayAdapter/*.{h,m}",
69         "BCPaySDK/Channel/WXPay/*.h"
70       ],
71       "ios": {
72         "libraries": "sqlite3"
73       },
74       "dependencies": {
75         "BeeCloud/Core": [
77         ]
78       }
79     },
80     {
81       "name": "UnionPay",
82       "frameworks": "QuartzCore",
83       "vendored_libraries": "BCPaySDK/Channel/UnionPay/libUPPayPlugin.a",
84       "source_files": [
85         "BCPaySDK/Channel/UnionPay/UnionPayAdapter/*.{h,m}",
86         "BCPaySDK/Channel/UnionPay/*.h"
87       ],
88       "dependencies": {
89         "BeeCloud/Core": [
91         ]
92       }
93     },
94     {
95       "name": "ApplePay",
96       "frameworks": [
97         "QuartzCore",
98         "PassKit"
99       ],
100       "vendored_libraries": "BCPaySDK/Channel/ApplePay/libUPAPayPlugin.a",
101       "source_files": [
102         "BCPaySDK/Channel/ApplePay/ApplePayAdapter/*.{h,m,mm}",
103         "BCPaySDK/Channel/ApplePay/*.h"
104       ],
105       "dependencies": {
106         "BeeCloud/Core": [
108         ]
109       }
110     },
111     {
112       "name": "PayPal",
113       "frameworks": [
114         "AudioToolbox",
115         "CoreLocation",
116         "MessageUI",
117         "CoreMedia",
118         "CoreVideo",
119         "Accelerate",
120         "AVFoundation"
121       ],
122       "vendored_libraries": "BCPaySDK/Channel/PayPal/libPayPalMobile.a",
123       "source_files": [
124         "BCPaySDK/Channel/PayPal/PayPalAdapter/*.{h,m}",
125         "BCPaySDK/Channel/PayPal/*.h"
126       ],
127       "dependencies": {
128         "BeeCloud/Core": [
130         ]
131       }
132     },
133     {
134       "name": "Offline",
135       "source_files": "BCPaySDK/Channel/OfflinePay/**/*.{h,m}",
136       "requires_arc": true,
137       "dependencies": {
138         "BeeCloud/Core": [
140         ]
141       }
142     },
143     {
144       "name": "Baidu",
145       "frameworks": [
146         "CoreTelephony",
147         "AddressBook",
148         "AddressBookUI",
149         "AudioToolbox",
150         "CoreAudio",
151         "CoreGraphics",
152         "ImageIO",
153         "MapKit",
154         "MessageUI",
155         "MobileCoreServices",
156         "QuartzCore"
157       ],
158       "source_files": [
159         "BCPaySDK/Channel/Baidu/Dependency/**/*.{h,m}",
160         "BCPaySDK/Channel/Baidu/BaiduAdapter/*.{h,m}",
161         "BCPaySDK/Channel/Baidu/BDWalletSDK/*.{h,m}"
162       ],
163       "resources": "BCPaySDK/Channel/Baidu/**/*.bundle",
164       "vendored_libraries": "BCPaySDK/Channel/Baidu/**/*.a",
165       "dependencies": {
166         "BeeCloud/Core": [
168         ]
169       }
170     },
171     {
172       "name": "BCWXPay",
173       "frameworks": "AVFoundation",
174       "vendored_libraries": "BCPaySDK/Channel/BCWXPay/libSPaySDK.a",
175       "resources": "BCPaySDK/Channel/BCWXPay/**/*.bundle",
176       "source_files": [
177         "BCPaySDK/Channel/BCWXPay/BCWXPayAdapter/*.{h,m}",
178         "BCPaySDK/Channel/BCWXPay/include/*.h",
179         "BCPaySDK/Channel/BCWXPay/**/*.bundle"
180       ],
181       "dependencies": {
182         "BeeCloud/Wx": [
184         ],
185         "MBProgressHUD": [
186           "~> 0.9.1"
187         ]
188       }
189     }
190   ]