[Add] ThinkingDataCore 1.0.2
[CocoaPods.git] / Specs / c / 3 / 2 / BDToolKit / 1.5.0 / BDToolKit.podspec.json
blob2288f554431a27098755160f960479de93622a4c
2   "name": "BDToolKit",
3   "version": "1.5.0",
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": "7.0"
16   },
17   "source": {
18     "git": "https://github.com/reference/BDToolKit.git",
19     "tag": "1.5.0"
20   },
21   "frameworks": [
22     "UIKit",
23     "Foundation",
24     "WebKit",
25     "AVFoundation",
26     "QuartzCore"
27   ],
28   "requires_arc": true,
29   "source_files": "BDToolKit.h",
30   "public_header_files": "BDToolKit.h",
31   "subspecs": [
32     {
33       "name": "BDArray",
34       "source_files": "Foundation/BDFoundation/BDArray/*.{h,m}",
35       "public_header_files": "Foundation/BDFoundation/BDArray/*.h"
36     },
37     {
38       "name": "BDViewController",
39       "dependencies": {
40         "BDToolKit/BDArray": [
42         ]
43       },
44       "source_files": "UIKit/Controller/BDViewController/*.{h,m}",
45       "public_header_files": "UIKit/Controller/BDViewController/*.h"
46     },
47     {
48       "name": "BDTableViewController",
49       "dependencies": {
50         "BDToolKit/BDArray": [
52         ]
53       },
54       "source_files": "UIKit/Controller/BDTableViewController/*.{h,m}",
55       "public_header_files": "UIKit/Controller/BDTableViewController/*.h"
56     },
57     {
58       "name": "BDCollectionViewController",
59       "dependencies": {
60         "BDToolKit/BDArray": [
62         ]
63       },
64       "source_files": "UIKit/Controller/BDCollectionViewController/*.{h,m}",
65       "public_header_files": "UIKit/Controller/BDCollectionViewController/*.h"
66     },
67     {
68       "name": "BDView",
69       "source_files": "UIKit/View/BDView/*.{h,m}",
70       "public_header_files": "UIKit/View/BDView/*.h"
71     },
72     {
73       "name": "BDTableViewCell",
74       "source_files": "UIKit/View/BDTableViewCell/*.{h,m}",
75       "public_header_files": "UIKit/View/BDTableViewCell/*.h"
76     },
77     {
78       "name": "BDCollectionViewCell",
79       "source_files": "UIKit/View/BDCollectionViewCell/*.{h,m}",
80       "public_header_files": "UIKit/View/BDCollectionViewCell/*.h"
81     },
82     {
83       "name": "NSArray+BDUIKIT",
84       "source_files": "UIKit/Catagory/NSArray+BDUIKIT/*.{h,m}",
85       "public_header_files": "UIKit/Catagory/NSArray+BDUIKIT/*.h"
86     },
87     {
88       "name": "NSString+BD",
89       "source_files": "UIKit/Catagory/NSString+BD/*.{h,m}",
90       "public_header_files": "UIKit/Catagory/NSString+BD/*.h"
91     },
92     {
93       "name": "UILabel+BD",
94       "source_files": "UIKit/Catagory/UILabel+BD/*.{h,m}",
95       "public_header_files": "UIKit/Catagory/UILabel+BD/*.h"
96     },
97     {
98       "name": "UITextField+BD",
99       "source_files": "UIKit/Catagory/UITextField+BD/*.{h,m}",
100       "public_header_files": "UIKit/Catagory/UITextField+BD/*.h"
101     },
102     {
103       "name": "UITextView+BD",
104       "source_files": "UIKit/Catagory/UITextView+BD/*.{h,m}",
105       "public_header_files": "UIKit/Catagory/UITextView+BD/*.h"
106     },
107     {
108       "name": "UIView+BD",
109       "source_files": "UIKit/Catagory/UIView+BD/*.{h,m}",
110       "public_header_files": "UIKit/Catagory/UIView+BD/*.h"
111     },
112     {
113       "name": "BDButton",
114       "source_files": "UIKit/View/BDButton/*.{h,m}",
115       "public_header_files": "UIKit/View/BDButton/*.h"
116     },
117     {
118       "name": "BDSegmentView",
119       "source_files": "UIKit/View/BDSegmentView/*.{h,m}",
120       "public_header_files": "UIKit/View/BDSegmentView/*.h"
121     },
122     {
123       "name": "BDImageView",
124       "source_files": "UIKit/View/BDImageView/*.{h,m}",
125       "public_header_files": "UIKit/View/BDImageView/*.h"
126     },
127     {
128       "name": "BDLabel",
129       "source_files": "UIKit/View/BDLabel/*.{h,m}",
130       "public_header_files": "UIKit/View/BDLabel/*.h"
131     },
132     {
133       "name": "UIView+BDCDS",
134       "source_files": "UIKit/Catagory/UIView+BDCDS/*.{h,m}",
135       "public_header_files": "UIKit/Catagory/UIView+BDCDS/*.h"
136     },
137     {
138       "name": "NSURLProtocol+WKWebVIew",
139       "source_files": "Foundation/Catagory/NSURLProtocol+WKWebVIew/*.{h,m}",
140       "public_header_files": "Foundation/Catagory/NSURLProtocol+WKWebVIew/*.h"
141     },
142     {
143       "name": "BDAudioPlayer",
144       "source_files": "UIKit/Utils/BDAudioPlayer/*.{h,m}",
145       "public_header_files": "UIKit/Utils/BDAudioPlayer/*.h",
146       "resources": "UIKit/Utils/BDAudioPlayer/*.bundle"
147     },
148     {
149       "name": "BDFreeStyleButton",
150       "dependencies": {
151         "BDToolKit/BDView": [
153         ]
154       },
155       "source_files": "UIKit/View/BDFreeStyleButton/*.{h,m}",
156       "public_header_files": "UIKit/View/BDFreeStyleButton/*.h"
157     },
158     {
159       "name": "BDModel",
160       "source_files": "Foundation/Utils/BDModel/*.{h,m}",
161       "public_header_files": "Foundation/Utils/BDModel/*.h"
162     },
163     {
164       "name": "UIView+BDAnimation",
165       "source_files": "UIKit/Catagory/UIView+BDAnimation/*.{h,m}",
166       "public_header_files": "UIKit/Catagory/UIView+BDAnimation/*.h"
167     }
168   ]