[Add] Shakuro.PoliteCoreData 1.8.2
[CocoaPods.git] / Specs / c / 3 / 2 / BDToolKit / 2.3.2 / BDToolKit.podspec.json
blob46a20c6aa82d84a89834f316b29c2ab9217b1369
2   "name": "BDToolKit",
3   "version": "2.3.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.3.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": "UITableViewController+BD",
90       "source_files": "UIKit/Catagory/UITableViewController+BD/*.{h,m}",
91       "public_header_files": "UIKit/Catagory/UITableViewController+BD/*.h"
92     },
93     {
94       "name": "UICollectionViewController+BD",
95       "source_files": "UIKit/Catagory/UICollectionViewController+BD/*.{h,m}",
96       "public_header_files": "UIKit/Catagory/UICollectionViewController+BD/*.h"
97     },
98     {
99       "name": "NSDate+BD",
100       "source_files": "UIKit/Catagory/NSDate+BD/*.{h,m}",
101       "public_header_files": "UIKit/Catagory/NSDate+BD/*.h"
102     },
103     {
104       "name": "NSObject+BD",
105       "source_files": "UIKit/Catagory/NSObject+BD/*.{h,m}",
106       "public_header_files": "UIKit/Catagory/NSObject+BD/*.h"
107     },
108     {
109       "name": "NSNumber+NumerFormat",
110       "source_files": "UIKit/Catagory/NSNumber+NumerFormat/*.{h,m}",
111       "public_header_files": "UIKit/Catagory/NSNumber+NumerFormat/*.h"
112     },
113     {
114       "name": "BDViewController",
115       "dependencies": {
116         "BDToolKit/BDView": [
118         ],
119         "BDToolKit/BDStackView": [
121         ]
122       },
123       "source_files": "UIKit/Controller/BDViewController/*.{h,m}",
124       "public_header_files": "UIKit/Controller/BDViewController/*.h"
125     },
126     {
127       "name": "BDTableViewController",
128       "dependencies": {
129         "BDToolKit/BDView": [
131         ],
132         "BDToolKit/BDStackView": [
134         ]
135       },
136       "source_files": "UIKit/Controller/BDTableViewController/*.{h,m}",
137       "public_header_files": "UIKit/Controller/BDTableViewController/*.h"
138     },
139     {
140       "name": "BDCollectionViewController",
141       "dependencies": {
142         "BDToolKit/BDView": [
144         ],
145         "BDToolKit/BDStackView": [
147         ]
148       },
149       "source_files": "UIKit/Controller/BDCollectionViewController/*.{h,m}",
150       "public_header_files": "UIKit/Controller/BDCollectionViewController/*.h"
151     },
152     {
153       "name": "BDTableViewCell",
154       "dependencies": {
155         "BDToolKit/BDView": [
157         ],
158         "BDToolKit/BDStackView": [
160         ]
161       },
162       "source_files": "UIKit/View/BDTableViewCell/*.{h,m}",
163       "public_header_files": "UIKit/View/BDTableViewCell/*.h"
164     },
165     {
166       "name": "BDCollectionReusableView",
167       "dependencies": {
168         "BDToolKit/BDView": [
170         ],
171         "BDToolKit/BDStackView": [
173         ]
174       },
175       "source_files": "UIKit/View/BDCollectionReusableView/*.{h,m}",
176       "public_header_files": "UIKit/View/BDCollectionReusableView/*.h"
177     },
178     {
179       "name": "BDCollectionViewCell",
180       "dependencies": {
181         "BDToolKit/BDView": [
183         ],
184         "BDToolKit/BDStackView": [
186         ]
187       },
188       "source_files": "UIKit/View/BDCollectionViewCell/*.{h,m}",
189       "public_header_files": "UIKit/View/BDCollectionViewCell/*.h"
190     },
191     {
192       "name": "NSArray+BDUIKIT",
193       "dependencies": {
194         "BDToolKit/BDView": [
196         ],
197         "BDToolKit/BDStackView": [
199         ],
200         "BDToolKit/NSObject+Identifier": [
202         ]
203       },
204       "source_files": "UIKit/Catagory/NSArray+BDUIKIT/*.{h,m}",
205       "public_header_files": "UIKit/Catagory/NSArray+BDUIKIT/*.h"
206     },
207     {
208       "name": "NSString+BD",
209       "source_files": "UIKit/Catagory/NSString+BD/*.{h,m}",
210       "public_header_files": "UIKit/Catagory/NSString+BD/*.h"
211     },
212     {
213       "name": "UILabel+BD",
214       "source_files": "UIKit/Catagory/UILabel+BD/*.{h,m}",
215       "public_header_files": "UIKit/Catagory/UILabel+BD/*.h"
216     },
217     {
218       "name": "UITextField+BD",
219       "source_files": "UIKit/Catagory/UITextField+BD/*.{h,m}",
220       "public_header_files": "UIKit/Catagory/UITextField+BD/*.h"
221     },
222     {
223       "name": "UITextView+BD",
224       "source_files": "UIKit/Catagory/UITextView+BD/*.{h,m}",
225       "public_header_files": "UIKit/Catagory/UITextView+BD/*.h"
226     },
227     {
228       "name": "UIView+BD",
229       "source_files": "UIKit/Catagory/UIView+BD/*.{h,m}",
230       "public_header_files": "UIKit/Catagory/UIView+BD/*.h"
231     },
232     {
233       "name": "BDButton",
234       "source_files": "UIKit/View/BDButton/*.{h,m}",
235       "public_header_files": "UIKit/View/BDButton/*.h"
236     },
237     {
238       "name": "BDSegmentView",
239       "source_files": "UIKit/View/BDSegmentView/*.{h,m}",
240       "public_header_files": "UIKit/View/BDSegmentView/*.h"
241     },
242     {
243       "name": "BDImageView",
244       "source_files": "UIKit/View/BDImageView/*.{h,m}",
245       "public_header_files": "UIKit/View/BDImageView/*.h"
246     },
247     {
248       "name": "BDLabel",
249       "source_files": "UIKit/View/BDLabel/*.{h,m}",
250       "public_header_files": "UIKit/View/BDLabel/*.h"
251     },
252     {
253       "name": "UIView+BDCDS",
254       "source_files": "UIKit/Catagory/UIView+BDCDS/*.{h,m}",
255       "public_header_files": "UIKit/Catagory/UIView+BDCDS/*.h"
256     },
257     {
258       "name": "NSURLProtocol+WKWebVIew",
259       "source_files": "Foundation/Catagory/NSURLProtocol+WKWebVIew/*.{h,m}",
260       "public_header_files": "Foundation/Catagory/NSURLProtocol+WKWebVIew/*.h"
261     },
262     {
263       "name": "NSBundle+Associated",
264       "source_files": "Foundation/Catagory/NSBundle+Associated/*.{h,m}",
265       "public_header_files": "Foundation/Catagory/NSBundle+Associated/*.h"
266     },
267     {
268       "name": "BDAudioPlayer",
269       "source_files": "UIKit/Utils/BDAudioPlayer/*.{h,m}",
270       "public_header_files": "UIKit/Utils/BDAudioPlayer/*.h",
271       "resources": "UIKit/Utils/BDAudioPlayer/*.bundle"
272     },
273     {
274       "name": "BDFreeStyleButton",
275       "dependencies": {
276         "BDToolKit/BDView": [
278         ]
279       },
280       "source_files": "UIKit/View/BDFreeStyleButton/*.{h,m}",
281       "public_header_files": "UIKit/View/BDFreeStyleButton/*.h"
282     },
283     {
284       "name": "BDModel",
285       "source_files": "Foundation/Utils/BDModel/*.{h,m}",
286       "public_header_files": "Foundation/Utils/BDModel/*.h"
287     },
288     {
289       "name": "UIView+BDAnimation",
290       "source_files": "UIKit/Catagory/UIView+BDAnimation/*.{h,m}",
291       "public_header_files": "UIKit/Catagory/UIView+BDAnimation/*.h"
292     },
293     {
294       "name": "UIView+Constraints",
295       "source_files": "UIKit/Catagory/UIView+Constraints/*.{h,m}",
296       "public_header_files": "UIKit/Catagory/UIView+Constraints/*.h"
297     },
298     {
299       "name": "UIButton+Action",
300       "source_files": "UIKit/Catagory/UIButton+Action/*.{h,m}",
301       "public_header_files": "UIKit/Catagory/UIButton+Action/*.h"
302     },
303     {
304       "name": "UIView+BorderLine",
305       "dependencies": {
306         "BDToolKit/NSObject+Identifier": [
308         ]
309       },
310       "source_files": "UIKit/Catagory/UIView+BorderLine/*.{h,m}",
311       "public_header_files": "UIKit/Catagory/UIView+BorderLine/*.h"
312     },
313     {
314       "name": "NSObject+NSCoding",
315       "source_files": "Foundation/Catagory/NSObject+NSCoding/*.{h,m}",
316       "public_header_files": "Foundation/Catagory/NSObject+NSCoding/*.h"
317     },
318     {
319       "name": "NSObject+Archive",
320       "source_files": "Foundation/Catagory/NSObject+Archive/*.{h,m}",
321       "public_header_files": "Foundation/Catagory/NSObject+Archive/*.h"
322     },
323     {
324       "name": "NSString+PercentEncoding",
325       "source_files": "Foundation/Catagory/NSString+PercentEncoding/*.{h,m}",
326       "public_header_files": "Foundation/Catagory/NSString+PercentEncoding/*.h"
327     }
328   ]