[Add] THEOplayer-Connector-Comscore 5.0.1
[CocoaPods.git] / Specs / c / 3 / 2 / BDToolKit / 2.2.2 / BDToolKit.podspec.json
blobe7eac84d5e9a7c2a4343816ebcaeb6f13befa2a5
2   "name": "BDToolKit",
3   "version": "2.2.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.2.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": "BDNavigationBar",
50       "source_files": "UIKit/View/BDNavigationBar/*.{h,m}",
51       "public_header_files": "UIKit/View/BDNavigationBar/*.h"
52     },
53     {
54       "name": "BDStackView",
55       "source_files": "UIKit/View/BDStackView/*.{h,m}",
56       "public_header_files": "UIKit/View/BDStackView/*.h"
57     },
58     {
59       "name": "UILabel+NSNumberFormat",
60       "source_files": "UIKit/Catagory/UILabel+NSNumberFormat/*.{h,m}",
61       "public_header_files": "UIKit/Catagory/UILabel+NSNumberFormat/*.h"
62     },
63     {
64       "name": "NSMutableDictionary+BD",
65       "source_files": "UIKit/Catagory/NSMutableDictionary+BD/*.{h,m}",
66       "public_header_files": "UIKit/Catagory/NSMutableDictionary+BD/*.h"
67     },
68     {
69       "name": "UIView+Tap",
70       "source_files": "UIKit/Catagory/UIView+Tap/*.{h,m}",
71       "public_header_files": "UIKit/Catagory/UIView+Tap/*.h"
72     },
73     {
74       "name": "UIButton+BD",
75       "source_files": "UIKit/Catagory/UIButton+BD/*.{h,m}",
76       "public_header_files": "UIKit/Catagory/UIButton+BD/*.h"
77     },
78     {
79       "name": "UIViewController+BD",
80       "source_files": "UIKit/Catagory/UIViewController+BD/*.{h,m}",
81       "public_header_files": "UIKit/Catagory/UIViewController+BD/*.h"
82     },
83     {
84       "name": "UITableViewController+BD",
85       "source_files": "UIKit/Catagory/UITableViewController+BD/*.{h,m}",
86       "public_header_files": "UIKit/Catagory/UITableViewController+BD/*.h"
87     },
88     {
89       "name": "UICollectionViewController+BD",
90       "source_files": "UIKit/Catagory/UICollectionViewController+BD/*.{h,m}",
91       "public_header_files": "UIKit/Catagory/UICollectionViewController+BD/*.h"
92     },
93     {
94       "name": "NSDate+BD",
95       "source_files": "UIKit/Catagory/NSDate+BD/*.{h,m}",
96       "public_header_files": "UIKit/Catagory/NSDate+BD/*.h"
97     },
98     {
99       "name": "NSObject+BD",
100       "source_files": "UIKit/Catagory/NSObject+BD/*.{h,m}",
101       "public_header_files": "UIKit/Catagory/NSObject+BD/*.h"
102     },
103     {
104       "name": "NSNumber+NumerFormat",
105       "source_files": "UIKit/Catagory/NSNumber+NumerFormat/*.{h,m}",
106       "public_header_files": "UIKit/Catagory/NSNumber+NumerFormat/*.h"
107     },
108     {
109       "name": "BDViewController",
110       "dependencies": {
111         "BDToolKit/BDView": [
113         ],
114         "BDToolKit/BDStackView": [
116         ]
117       },
118       "source_files": "UIKit/Controller/BDViewController/*.{h,m}",
119       "public_header_files": "UIKit/Controller/BDViewController/*.h"
120     },
121     {
122       "name": "BDTableViewController",
123       "dependencies": {
124         "BDToolKit/BDView": [
126         ],
127         "BDToolKit/BDStackView": [
129         ]
130       },
131       "source_files": "UIKit/Controller/BDTableViewController/*.{h,m}",
132       "public_header_files": "UIKit/Controller/BDTableViewController/*.h"
133     },
134     {
135       "name": "BDCollectionViewController",
136       "dependencies": {
137         "BDToolKit/BDView": [
139         ],
140         "BDToolKit/BDStackView": [
142         ]
143       },
144       "source_files": "UIKit/Controller/BDCollectionViewController/*.{h,m}",
145       "public_header_files": "UIKit/Controller/BDCollectionViewController/*.h"
146     },
147     {
148       "name": "BDTableViewCell",
149       "dependencies": {
150         "BDToolKit/BDView": [
152         ],
153         "BDToolKit/BDStackView": [
155         ]
156       },
157       "source_files": "UIKit/View/BDTableViewCell/*.{h,m}",
158       "public_header_files": "UIKit/View/BDTableViewCell/*.h"
159     },
160     {
161       "name": "BDCollectionViewCell",
162       "dependencies": {
163         "BDToolKit/BDView": [
165         ],
166         "BDToolKit/BDStackView": [
168         ]
169       },
170       "source_files": "UIKit/View/BDCollectionViewCell/*.{h,m}",
171       "public_header_files": "UIKit/View/BDCollectionViewCell/*.h"
172     },
173     {
174       "name": "NSArray+BDUIKIT",
175       "dependencies": {
176         "BDToolKit/BDView": [
178         ],
179         "BDToolKit/BDStackView": [
181         ],
182         "BDToolKit/NSObject+Identifier": [
184         ]
185       },
186       "source_files": "UIKit/Catagory/NSArray+BDUIKIT/*.{h,m}",
187       "public_header_files": "UIKit/Catagory/NSArray+BDUIKIT/*.h"
188     },
189     {
190       "name": "NSString+BD",
191       "source_files": "UIKit/Catagory/NSString+BD/*.{h,m}",
192       "public_header_files": "UIKit/Catagory/NSString+BD/*.h"
193     },
194     {
195       "name": "UILabel+BD",
196       "source_files": "UIKit/Catagory/UILabel+BD/*.{h,m}",
197       "public_header_files": "UIKit/Catagory/UILabel+BD/*.h"
198     },
199     {
200       "name": "UITextField+BD",
201       "source_files": "UIKit/Catagory/UITextField+BD/*.{h,m}",
202       "public_header_files": "UIKit/Catagory/UITextField+BD/*.h"
203     },
204     {
205       "name": "UITextView+BD",
206       "source_files": "UIKit/Catagory/UITextView+BD/*.{h,m}",
207       "public_header_files": "UIKit/Catagory/UITextView+BD/*.h"
208     },
209     {
210       "name": "UIView+BD",
211       "source_files": "UIKit/Catagory/UIView+BD/*.{h,m}",
212       "public_header_files": "UIKit/Catagory/UIView+BD/*.h"
213     },
214     {
215       "name": "BDButton",
216       "source_files": "UIKit/View/BDButton/*.{h,m}",
217       "public_header_files": "UIKit/View/BDButton/*.h"
218     },
219     {
220       "name": "BDSegmentView",
221       "source_files": "UIKit/View/BDSegmentView/*.{h,m}",
222       "public_header_files": "UIKit/View/BDSegmentView/*.h"
223     },
224     {
225       "name": "BDImageView",
226       "source_files": "UIKit/View/BDImageView/*.{h,m}",
227       "public_header_files": "UIKit/View/BDImageView/*.h"
228     },
229     {
230       "name": "BDLabel",
231       "source_files": "UIKit/View/BDLabel/*.{h,m}",
232       "public_header_files": "UIKit/View/BDLabel/*.h"
233     },
234     {
235       "name": "UIView+BDCDS",
236       "source_files": "UIKit/Catagory/UIView+BDCDS/*.{h,m}",
237       "public_header_files": "UIKit/Catagory/UIView+BDCDS/*.h"
238     },
239     {
240       "name": "NSURLProtocol+WKWebVIew",
241       "source_files": "Foundation/Catagory/NSURLProtocol+WKWebVIew/*.{h,m}",
242       "public_header_files": "Foundation/Catagory/NSURLProtocol+WKWebVIew/*.h"
243     },
244     {
245       "name": "BDAudioPlayer",
246       "source_files": "UIKit/Utils/BDAudioPlayer/*.{h,m}",
247       "public_header_files": "UIKit/Utils/BDAudioPlayer/*.h",
248       "resources": "UIKit/Utils/BDAudioPlayer/*.bundle"
249     },
250     {
251       "name": "BDFreeStyleButton",
252       "dependencies": {
253         "BDToolKit/BDView": [
255         ]
256       },
257       "source_files": "UIKit/View/BDFreeStyleButton/*.{h,m}",
258       "public_header_files": "UIKit/View/BDFreeStyleButton/*.h"
259     },
260     {
261       "name": "BDModel",
262       "source_files": "Foundation/Utils/BDModel/*.{h,m}",
263       "public_header_files": "Foundation/Utils/BDModel/*.h"
264     },
265     {
266       "name": "UIView+BDAnimation",
267       "source_files": "UIKit/Catagory/UIView+BDAnimation/*.{h,m}",
268       "public_header_files": "UIKit/Catagory/UIView+BDAnimation/*.h"
269     },
270     {
271       "name": "UIView+Constraints",
272       "source_files": "UIKit/Catagory/UIView+Constraints/*.{h,m}",
273       "public_header_files": "UIKit/Catagory/UIView+Constraints/*.h"
274     },
275     {
276       "name": "UIButton+Action",
277       "source_files": "UIKit/Catagory/UIButton+Action/*.{h,m}",
278       "public_header_files": "UIKit/Catagory/UIButton+Action/*.h"
279     },
280     {
281       "name": "UIView+BorderLine",
282       "dependencies": {
283         "BDToolKit/NSObject+Identifier": [
285         ]
286       },
287       "source_files": "UIKit/Catagory/UIView+BorderLine/*.{h,m}",
288       "public_header_files": "UIKit/Catagory/UIView+BorderLine/*.h"
289     },
290     {
291       "name": "NSObject+NSCoding",
292       "source_files": "Foundation/Catagory/NSObject+NSCoding/*.{h,m}",
293       "public_header_files": "Foundation/Catagory/NSObject+NSCoding/*.h"
294     },
295     {
296       "name": "NSObject+Archive",
297       "source_files": "Foundation/Catagory/NSObject+Archive/*.{h,m}",
298       "public_header_files": "Foundation/Catagory/NSObject+Archive/*.h"
299     },
300     {
301       "name": "NSString+PercentEncoding",
302       "source_files": "Foundation/Catagory/NSString+PercentEncoding/*.{h,m}",
303       "public_header_files": "Foundation/Catagory/NSString+PercentEncoding/*.h"
304     }
305   ]