[Add] PayUIndia-Networking 5.0.1
[CocoaPods.git] / Specs / 4 / 8 / d / BeeCloud / 3.5.5 / BeeCloud.podspec.json
bloba3f19d010c3ac8deae7e3746c06711f601757c27
2   "name": "BeeCloud",
3   "version": "3.5.5",
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.5"
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/BCAliPayAdapter/*.{h,m}",
55         "BCPaySDK/Channel/AliPay/*.h"
56       ],
57       "dependencies": {
58         "BeeCloud/Core": [
60         ]
61       }
62     },
63     {
64       "name": "Wx",
65       "vendored_libraries": "BCPaySDK/Channel/WXPay/libWeChatSDK.a",
66       "source_files": [
67         "BCPaySDK/Channel/WXPay/BCWXPayAdapter/*.{h,m}",
68         "BCPaySDK/Channel/WXPay/*.h"
69       ],
70       "ios": {
71         "libraries": "sqlite3"
72       },
73       "dependencies": {
74         "BeeCloud/Core": [
76         ]
77       }
78     },
79     {
80       "name": "UnionPay",
81       "frameworks": "QuartzCore",
82       "vendored_libraries": "BCPaySDK/Channel/UnionPay/libUPPayPlugin.a",
83       "source_files": [
84         "BCPaySDK/Channel/UnionPay/BCUnionPayAdapter/*.{h,m}",
85         "BCPaySDK/Channel/UnionPay/*.h"
86       ],
87       "dependencies": {
88         "BeeCloud/Core": [
90         ]
91       }
92     },
93     {
94       "name": "ApplePay",
95       "frameworks": [
96         "QuartzCore",
97         "PassKit"
98       ],
99       "vendored_libraries": "BCPaySDK/Channel/ApplePay/libUPAPayPlugin.a",
100       "source_files": [
101         "BCPaySDK/Channel/ApplePay/BCApplePayAdapter/*.{h,m,mm}",
102         "BCPaySDK/Channel/ApplePay/*.h"
103       ],
104       "dependencies": {
105         "BeeCloud/Core": [
107         ]
108       }
109     },
110     {
111       "name": "PayPal",
112       "frameworks": [
113         "AudioToolbox",
114         "CoreLocation",
115         "MessageUI",
116         "CoreMedia",
117         "CoreVideo",
118         "Accelerate",
119         "AVFoundation"
120       ],
121       "vendored_libraries": "BCPaySDK/Channel/PayPal/libPayPalMobile.a",
122       "source_files": [
123         "BCPaySDK/Channel/PayPal/BCPayPalAdapter/*.{h,m}",
124         "BCPaySDK/Channel/PayPal/*.h"
125       ],
126       "dependencies": {
127         "BeeCloud/Core": [
129         ]
130       }
131     },
132     {
133       "name": "Offline",
134       "source_files": "BCPaySDK/Channel/OfflinePay/**/*.{h,m}",
135       "requires_arc": true,
136       "dependencies": {
137         "BeeCloud/Core": [
139         ]
140       }
141     },
142     {
143       "name": "Baidu",
144       "frameworks": [
145         "CoreTelephony",
146         "AddressBook",
147         "AddressBookUI",
148         "AudioToolbox",
149         "CoreAudio",
150         "CoreGraphics",
151         "ImageIO",
152         "MapKit",
153         "MessageUI",
154         "MobileCoreServices",
155         "QuartzCore"
156       ],
157       "source_files": "BCPaySDK/Channel/Baidu/Dependency/**/*.{h,m}",
158       "resources": "BCPaySDK/Channel/Baidu/**/*.bundle",
159       "vendored_libraries": "BCPaySDK/Channel/Baidu/**/*.a",
160       "dependencies": {
161         "BeeCloud/Core": [
163         ]
164       }
165     }
166   ]