[Add] DocumentReaderFullStage 7.5.10940
[CocoaPods.git] / Specs / 4 / 8 / d / BeeCloud / 3.2.3 / BeeCloud.podspec.json
blobdf546bf4c29d93dc52ff2d52434297f2337e764e
2   "name": "BeeCloud",
3   "version": "3.2.3",
4   "summary": "BeeCloud云服务 致力加速App开发",
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.2.3"
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       "dependencies": {
36         "AFNetworking": [
38         ]
39       },
40       "xcconfig": {
41         "OTHER_LDFLAGS": "-ObjC"
42       }
43     },
44     {
45       "name": "Alipay",
46       "vendored_frameworks": "BCPaySDK/Channel/AliPay/AlipaySDK.framework",
47       "source_files": [
48         "BCPaySDK/Channel/AliPay/BCAliPayAdapter/*.{h,m}",
49         "BCPaySDK/Channel/AliPay/*.h"
50       ],
51       "dependencies": {
52         "BeeCloud/Core": [
54         ]
55       }
56     },
57     {
58       "name": "Wx",
59       "vendored_libraries": "BCPaySDK/Channel/WXPay/libWeChatSDK.a",
60       "source_files": [
61         "BCPaySDK/Channel/WXPay/BCWXPayAdapter/*.{h,m}",
62         "BCPaySDK/Channel/WXPay/*.h"
63       ],
64       "ios": {
65         "libraries": "sqlite3"
66       },
67       "dependencies": {
68         "BeeCloud/Core": [
70         ]
71       }
72     },
73     {
74       "name": "UnionPay",
75       "frameworks": [
76         "Security",
77         "QuartzCore"
78       ],
79       "vendored_libraries": "BCPaySDK/Channel/UnionPay/libUPPayPlugin.a",
80       "source_files": [
81         "BCPaySDK/Channel/UnionPay/BCUnionPayAdapter/*.{h,m}",
82         "BCPaySDK/Channel/UnionPay/*.h"
83       ],
84       "dependencies": {
85         "BeeCloud/Core": [
87         ]
88       }
89     },
90     {
91       "name": "PayPal",
92       "frameworks": [
93         "AudioToolbox",
94         "CoreLocation",
95         "MessageUI",
96         "CoreMedia",
97         "CoreVideo",
98         "Accelerate",
99         "AVFoundation"
100       ],
101       "vendored_libraries": "BCPaySDK/Channel/PayPal/libPayPalMobile.a",
102       "source_files": [
103         "BCPaySDK/Channel/PayPal/BCPayPalAdapter/*.{h,m}",
104         "BCPaySDK/Channel/PayPal/*.h"
105       ],
106       "dependencies": {
107         "BeeCloud/Core": [
109         ]
110       }
111     },
112     {
113       "name": "Offline",
114       "source_files": "BCPaySDK/Channel/OfflinePay/**/*.{h,m}",
115       "requires_arc": true,
116       "dependencies": {
117         "BeeCloud/Core": [
119         ]
120       }
121     }
122   ]