[Add] Mobilisten 9.2.1
[CocoaPods.git] / Specs / 4 / 8 / d / BeeCloud / 3.6.4 / BeeCloud.podspec.json
blob29fec87abfed4485a39463b8e0a5ff6350b6b6ef
2   "name": "BeeCloud",
3   "version": "3.6.4",
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.4"
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/libPaymentControl.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": "Offline",
113       "source_files": "BCPaySDK/Channel/OfflinePay/**/*.{h,m}",
114       "requires_arc": true,
115       "dependencies": {
116         "BeeCloud/Core": [
118         ]
119       }
120     }
121   ]