[Add] DocumentReaderMRZStage 7.5.10959
[CocoaPods.git] / Specs / 4 / 8 / d / BeeCloud / 3.5.0 / BeeCloud.podspec.json
blob266f95ef1fe72ff8332cf3e1d63005e5e28acf19
2   "name": "BeeCloud",
3   "version": "3.5.0",
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.5.0"
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           "z"
33         ]
34       },
35       "resources": "BCPaySDK/BeeCloud/SandBox/*.bundle",
36       "xcconfig": {
37         "OTHER_LDFLAGS": "-ObjC"
38       }
39     },
40     {
41       "name": "Alipay",
42       "vendored_frameworks": "BCPaySDK/Channel/AliPay/AlipaySDK.framework",
43       "source_files": [
44         "BCPaySDK/Channel/AliPay/BCAliPayAdapter/*.{h,m}",
45         "BCPaySDK/Channel/AliPay/*.h"
46       ],
47       "dependencies": {
48         "BeeCloud/Core": [
50         ]
51       }
52     },
53     {
54       "name": "Wx",
55       "vendored_libraries": "BCPaySDK/Channel/WXPay/libWeChatSDK.a",
56       "source_files": [
57         "BCPaySDK/Channel/WXPay/BCWXPayAdapter/*.{h,m}",
58         "BCPaySDK/Channel/WXPay/*.h"
59       ],
60       "ios": {
61         "libraries": "sqlite3"
62       },
63       "dependencies": {
64         "BeeCloud/Core": [
66         ]
67       }
68     },
69     {
70       "name": "UnionPay",
71       "frameworks": [
72         "Security",
73         "QuartzCore"
74       ],
75       "vendored_libraries": "BCPaySDK/Channel/UnionPay/libUPPayPlugin.a",
76       "source_files": [
77         "BCPaySDK/Channel/UnionPay/BCUnionPayAdapter/*.{h,m}",
78         "BCPaySDK/Channel/UnionPay/*.h"
79       ],
80       "dependencies": {
81         "BeeCloud/Core": [
83         ]
84       }
85     },
86     {
87       "name": "ApplePay",
88       "frameworks": [
89         "Security",
90         "QuartzCore",
91         "PassKit"
92       ],
93       "vendored_libraries": "BCPaySDK/Channel/ApplePay/libUPAPayPlugin.a",
94       "source_files": [
95         "BCPaySDK/Channel/ApplePay/BCApplePayAdapter/*.{h,m}",
96         "BCPaySDK/Channel/ApplePay/*.h"
97       ],
98       "dependencies": {
99         "BeeCloud/Core": [
101         ]
102       }
103     },
104     {
105       "name": "PayPal",
106       "frameworks": [
107         "AudioToolbox",
108         "CoreLocation",
109         "MessageUI",
110         "CoreMedia",
111         "CoreVideo",
112         "Accelerate",
113         "AVFoundation"
114       ],
115       "vendored_libraries": "BCPaySDK/Channel/PayPal/libPayPalMobile.a",
116       "source_files": [
117         "BCPaySDK/Channel/PayPal/BCPayPalAdapter/*.{h,m}",
118         "BCPaySDK/Channel/PayPal/*.h"
119       ],
120       "dependencies": {
121         "BeeCloud/Core": [
123         ]
124       }
125     },
126     {
127       "name": "Offline",
128       "source_files": "BCPaySDK/Channel/OfflinePay/**/*.{h,m}",
129       "requires_arc": true,
130       "dependencies": {
131         "BeeCloud/Core": [
133         ]
134       }
135     },
136     {
137       "name": "Baidu",
138       "frameworks": [
139         "CoreTelephony",
140         "AddressBook",
141         "AddressBookUI",
142         "AudioToolbox",
143         "CoreAudio",
144         "CoreGraphics",
145         "ImageIO",
146         "MapKit",
147         "MessageUI",
148         "MobileCoreServices",
149         "QuartzCore"
150       ],
151       "source_files": "BCPaySDK/Channel/Baidu/Dependency/**/*.{h,m}",
152       "resources": "BCPaySDK/Channel/Baidu/**/*.bundle",
153       "vendored_libraries": "BCPaySDK/Channel/Baidu/**/*.a",
154       "dependencies": {
155         "BeeCloud/Core": [
157         ]
158       }
159     }
160   ]