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