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