[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 3 / 2 / BDToolKit / 2.6.2 / BDToolKit.podspec.json
blob07554c8d779266f26da31c5412fbdc1fa36daf24
2   "name": "BDToolKit",
3   "version": "2.6.2",
4   "summary": "Usefull tool for objective-c develop.",
5   "description": "Usefull tool for objective-c develop.Help yourself in this post.And buy me a cup of coffee.Just kidding.Anyway Where is coffee shop?",
6   "homepage": "https://github.com/reference/BDToolKit",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Scott Ban": "imti_bandianhong@126.com"
13   },
14   "platforms": {
15     "ios": "9.0"
16   },
17   "source": {
18     "git": "https://github.com/reference/BDToolKit.git",
19     "tag": "2.6.2"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "WebKit",
25     "AVFoundation",
26     "QuartzCore",
27     "StoreKit"
28   ],
29   "requires_arc": true,
30   "source_files": "BDToolKit.h",
31   "public_header_files": "BDToolKit.h",
32   "subspecs": [
33     {
34       "name": "BDDefine",
35       "source_files": "BDDefine.h",
36       "public_header_files": "BDDefine.h"
37     },
38     {
39       "name": "NSObject+Identifier",
40       "source_files": "UIKit/Catagory/NSObject+Identifier/*.{h,m}",
41       "public_header_files": "UIKit/Catagory/NSObject+Identifier/*.h"
42     },
43     {
44       "name": "BDView",
45       "source_files": "UIKit/View/BDView/*.{h,m}",
46       "public_header_files": "UIKit/View/BDView/*.h"
47     },
48     {
49       "name": "BDCountDownButton",
50       "source_files": "UIKit/View/BDCountDownButton/*.{h,m}",
51       "public_header_files": "UIKit/View/BDCountDownButton/*.h"
52     },
53     {
54       "name": "BDNavigationBar",
55       "source_files": "UIKit/View/BDNavigationBar/*.{h,m}",
56       "public_header_files": "UIKit/View/BDNavigationBar/*.h"
57     },
58     {
59       "name": "BDStackView",
60       "source_files": "UIKit/View/BDStackView/*.{h,m}",
61       "public_header_files": "UIKit/View/BDStackView/*.h"
62     },
63     {
64       "name": "UILabel+NSNumberFormat",
65       "source_files": "UIKit/Catagory/UILabel+NSNumberFormat/*.{h,m}",
66       "public_header_files": "UIKit/Catagory/UILabel+NSNumberFormat/*.h"
67     },
68     {
69       "name": "NSMutableDictionary+BD",
70       "source_files": "UIKit/Catagory/NSMutableDictionary+BD/*.{h,m}",
71       "public_header_files": "UIKit/Catagory/NSMutableDictionary+BD/*.h"
72     },
73     {
74       "name": "UIView+Tap",
75       "source_files": "UIKit/Catagory/UIView+Tap/*.{h,m}",
76       "public_header_files": "UIKit/Catagory/UIView+Tap/*.h"
77     },
78     {
79       "name": "UIButton+BD",
80       "source_files": "UIKit/Catagory/UIButton+BD/*.{h,m}",
81       "public_header_files": "UIKit/Catagory/UIButton+BD/*.h"
82     },
83     {
84       "name": "UIViewController+BD",
85       "source_files": "UIKit/Catagory/UIViewController+BD/*.{h,m}",
86       "public_header_files": "UIKit/Catagory/UIViewController+BD/*.h"
87     },
88     {
89       "name": "NSMutableArray+BDModel",
90       "dependencies": {
91         "BDToolKit/BDModel": [
93         ]
94       },
95       "source_files": "UIKit/Catagory/NSMutableArray+BDModel/*.{h,m}",
96       "public_header_files": "UIKit/Catagory/NSMutableArray+BDModel/*.h"
97     },
98     {
99       "name": "UIScrollView+AutoAdjustScrollInsets",
100       "source_files": "UIKit/Catagory/UIScrollView+AutoAdjustScrollInsets/*.{h,m}",
101       "public_header_files": "UIKit/Catagory/UIScrollView+AutoAdjustScrollInsets/*.h"
102     },
103     {
104       "name": "UITableViewController+BD",
105       "source_files": "UIKit/Catagory/UITableViewController+BD/*.{h,m}",
106       "public_header_files": "UIKit/Catagory/UITableViewController+BD/*.h"
107     },
108     {
109       "name": "UICollectionViewController+BD",
110       "source_files": "UIKit/Catagory/UICollectionViewController+BD/*.{h,m}",
111       "public_header_files": "UIKit/Catagory/UICollectionViewController+BD/*.h"
112     },
113     {
114       "name": "UINavigationController+Pop",
115       "source_files": "UIKit/Catagory/UINavigationController+Pop/*.{h,m}",
116       "public_header_files": "UIKit/Catagory/UINavigationController+Pop/*.h"
117     },
118     {
119       "name": "NSObject+Ivar",
120       "source_files": "UIKit/Catagory/NSObject+Ivar/*.{h,m}",
121       "public_header_files": "UIKit/Catagory/NSObject+Ivar/*.h"
122     },
123     {
124       "name": "NSDate+BD",
125       "source_files": "UIKit/Catagory/NSDate+BD/*.{h,m}",
126       "public_header_files": "UIKit/Catagory/NSDate+BD/*.h"
127     },
128     {
129       "name": "NSObject+BD",
130       "source_files": "UIKit/Catagory/NSObject+BD/*.{h,m}",
131       "public_header_files": "UIKit/Catagory/NSObject+BD/*.h"
132     },
133     {
134       "name": "NSNumber+NumerFormat",
135       "source_files": "UIKit/Catagory/NSNumber+NumerFormat/*.{h,m}",
136       "public_header_files": "UIKit/Catagory/NSNumber+NumerFormat/*.h"
137     },
138     {
139       "name": "BDViewController",
140       "dependencies": {
141         "BDToolKit/BDView": [
143         ],
144         "BDToolKit/BDStackView": [
146         ]
147       },
148       "source_files": "UIKit/Controller/BDViewController/*.{h,m}",
149       "public_header_files": "UIKit/Controller/BDViewController/*.h"
150     },
151     {
152       "name": "BDTableViewController",
153       "dependencies": {
154         "BDToolKit/BDView": [
156         ],
157         "BDToolKit/BDStackView": [
159         ]
160       },
161       "source_files": "UIKit/Controller/BDTableViewController/*.{h,m}",
162       "public_header_files": "UIKit/Controller/BDTableViewController/*.h"
163     },
164     {
165       "name": "BDCollectionViewController",
166       "dependencies": {
167         "BDToolKit/BDView": [
169         ],
170         "BDToolKit/BDStackView": [
172         ]
173       },
174       "source_files": "UIKit/Controller/BDCollectionViewController/*.{h,m}",
175       "public_header_files": "UIKit/Controller/BDCollectionViewController/*.h"
176     },
177     {
178       "name": "BDTableViewCell",
179       "dependencies": {
180         "BDToolKit/BDView": [
182         ],
183         "BDToolKit/BDStackView": [
185         ]
186       },
187       "source_files": "UIKit/View/BDTableViewCell/*.{h,m}",
188       "public_header_files": "UIKit/View/BDTableViewCell/*.h"
189     },
190     {
191       "name": "BDCollectionViewFlowLayout",
192       "source_files": "UIKit/View/BDCollectionViewFlowLayout/*.{h,m}",
193       "public_header_files": "UIKit/View/BDCollectionViewFlowLayout/*.h"
194     },
195     {
196       "name": "BDCollectionReusableView",
197       "dependencies": {
198         "BDToolKit/BDView": [
200         ],
201         "BDToolKit/BDStackView": [
203         ]
204       },
205       "source_files": "UIKit/View/BDCollectionReusableView/*.{h,m}",
206       "public_header_files": "UIKit/View/BDCollectionReusableView/*.h"
207     },
208     {
209       "name": "BDCollectionViewCell",
210       "dependencies": {
211         "BDToolKit/BDView": [
213         ],
214         "BDToolKit/BDStackView": [
216         ]
217       },
218       "source_files": "UIKit/View/BDCollectionViewCell/*.{h,m}",
219       "public_header_files": "UIKit/View/BDCollectionViewCell/*.h"
220     },
221     {
222       "name": "NSArray+BDUIKIT",
223       "dependencies": {
224         "BDToolKit/BDView": [
226         ],
227         "BDToolKit/BDStackView": [
229         ],
230         "BDToolKit/NSObject+Identifier": [
232         ]
233       },
234       "source_files": "UIKit/Catagory/NSArray+BDUIKIT/*.{h,m}",
235       "public_header_files": "UIKit/Catagory/NSArray+BDUIKIT/*.h"
236     },
237     {
238       "name": "NSString+BD",
239       "source_files": "UIKit/Catagory/NSString+BD/*.{h,m}",
240       "public_header_files": "UIKit/Catagory/NSString+BD/*.h"
241     },
242     {
243       "name": "UINib+UIView",
244       "source_files": "UIKit/Catagory/UINib+UIView/*.{h,m}",
245       "public_header_files": "UIKit/Catagory/UINib+UIView/*.h"
246     },
247     {
248       "name": "UILabel+BD",
249       "source_files": "UIKit/Catagory/UILabel+BD/*.{h,m}",
250       "public_header_files": "UIKit/Catagory/UILabel+BD/*.h"
251     },
252     {
253       "name": "UITextField+BD",
254       "source_files": "UIKit/Catagory/UITextField+BD/*.{h,m}",
255       "public_header_files": "UIKit/Catagory/UITextField+BD/*.h"
256     },
257     {
258       "name": "UITextView+BD",
259       "source_files": "UIKit/Catagory/UITextView+BD/*.{h,m}",
260       "public_header_files": "UIKit/Catagory/UITextView+BD/*.h"
261     },
262     {
263       "name": "UIView+BD",
264       "source_files": "UIKit/Catagory/UIView+BD/*.{h,m}",
265       "public_header_files": "UIKit/Catagory/UIView+BD/*.h"
266     },
267     {
268       "name": "BDButton",
269       "source_files": "UIKit/View/BDButton/*.{h,m}",
270       "public_header_files": "UIKit/View/BDButton/*.h"
271     },
272     {
273       "name": "BDSegmentView",
274       "source_files": "UIKit/View/BDSegmentView/*.{h,m}",
275       "public_header_files": "UIKit/View/BDSegmentView/*.h"
276     },
277     {
278       "name": "BDImageView",
279       "source_files": "UIKit/View/BDImageView/*.{h,m}",
280       "public_header_files": "UIKit/View/BDImageView/*.h"
281     },
282     {
283       "name": "BDLabel",
284       "source_files": "UIKit/View/BDLabel/*.{h,m}",
285       "public_header_files": "UIKit/View/BDLabel/*.h"
286     },
287     {
288       "name": "UIView+BDCDS",
289       "source_files": "UIKit/Catagory/UIView+BDCDS/*.{h,m}",
290       "public_header_files": "UIKit/Catagory/UIView+BDCDS/*.h"
291     },
292     {
293       "name": "NSURLProtocol+WKWebVIew",
294       "source_files": "Foundation/Catagory/NSURLProtocol+WKWebVIew/*.{h,m}",
295       "public_header_files": "Foundation/Catagory/NSURLProtocol+WKWebVIew/*.h"
296     },
297     {
298       "name": "NSData+DeviceToken",
299       "source_files": "Foundation/Catagory/NSData+DeviceToken/*.{h,m}",
300       "public_header_files": "Foundation/Catagory/NSData+DeviceToken/*.h"
301     },
302     {
303       "name": "NSBundle+Associated",
304       "source_files": "Foundation/Catagory/NSBundle+Associated/*.{h,m}",
305       "public_header_files": "Foundation/Catagory/NSBundle+Associated/*.h"
306     },
307     {
308       "name": "NSURLComponents+Pairs",
309       "source_files": "Foundation/Catagory/NSURLComponents+Pairs/*.{h,m}",
310       "public_header_files": "Foundation/Catagory/NSURLComponents+Pairs/*.h"
311     },
312     {
313       "name": "BDAudioPlayer",
314       "source_files": "UIKit/Utils/BDAudioPlayer/*.{h,m}",
315       "public_header_files": "UIKit/Utils/BDAudioPlayer/*.h",
316       "resources": "UIKit/Utils/BDAudioPlayer/*.bundle"
317     },
318     {
319       "name": "BDFreeStyleButton",
320       "dependencies": {
321         "BDToolKit/BDView": [
323         ]
324       },
325       "source_files": "UIKit/View/BDFreeStyleButton/*.{h,m}",
326       "public_header_files": "UIKit/View/BDFreeStyleButton/*.h"
327     },
328     {
329       "name": "BDModel",
330       "source_files": "Foundation/Utils/BDModel/*.{h,m}",
331       "public_header_files": "Foundation/Utils/BDModel/*.h"
332     },
333     {
334       "name": "UIView+BDAnimation",
335       "source_files": "UIKit/Catagory/UIView+BDAnimation/*.{h,m}",
336       "public_header_files": "UIKit/Catagory/UIView+BDAnimation/*.h"
337     },
338     {
339       "name": "UIView+Constraints",
340       "source_files": "UIKit/Catagory/UIView+Constraints/*.{h,m}",
341       "public_header_files": "UIKit/Catagory/UIView+Constraints/*.h"
342     },
343     {
344       "name": "UIView+BorderLine",
345       "dependencies": {
346         "BDToolKit/NSObject+Identifier": [
348         ]
349       },
350       "source_files": "UIKit/Catagory/UIView+BorderLine/*.{h,m}",
351       "public_header_files": "UIKit/Catagory/UIView+BorderLine/*.h"
352     },
353     {
354       "name": "NSObject+NSCoding",
355       "source_files": "Foundation/Catagory/NSObject+NSCoding/*.{h,m}",
356       "public_header_files": "Foundation/Catagory/NSObject+NSCoding/*.h"
357     },
358     {
359       "name": "NSObject+Archive",
360       "source_files": "Foundation/Catagory/NSObject+Archive/*.{h,m}",
361       "public_header_files": "Foundation/Catagory/NSObject+Archive/*.h"
362     },
363     {
364       "name": "NSString+PercentEncoding",
365       "source_files": "Foundation/Catagory/NSString+PercentEncoding/*.{h,m}",
366       "public_header_files": "Foundation/Catagory/NSString+PercentEncoding/*.h"
367     }
368   ]