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