[Add] BlurUIKit 1.0.1
[CocoaPods.git] / Specs / c / 6 / 4 / WBCategoryKit / 1.0.2 / WBCategoryKit.podspec.json
blob7afc26d84aa7e2783c1ee76131de1dec07de6d23
2   "name": "WBCategoryKit",
3   "version": "1.0.2",
4   "summary": "Some useful Objective-C Categories and Macro",
5   "homepage": "https://github.com/wenmobo/WBCategoryKit",
6   "license": {
7     "type": "MIT",
8     "file": "LICENSE"
9   },
10   "authors": {
11     "wenmobo": "1050794513@qq.com"
12   },
13   "source": {
14     "git": "https://github.com/wenmobo/WBCategoryKit.git",
15     "tag": "1.0.2"
16   },
17   "social_media_url": "http://blogwenbo.com/",
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "WBCategoryKit/WBCategoryKit.h",
22   "frameworks": [
23     "UIKit",
24     "Foundation",
25     "WebKit",
26     "AVFoundation",
27     "MobileCoreServices",
28     "Photos",
29     "AssetsLibrary",
30     "QuartzCore",
31     "Accelerate",
32     "ImageIO",
33     "CoreText",
34     "CoreGraphics"
35   ],
36   "requires_arc": true,
37   "subspecs": [
38     {
39       "name": "Foundation",
40       "source_files": "WBCategoryKit/Foundation/WBFoundation.h",
41       "frameworks": [
42         "Foundation",
43         "UIKit"
44       ],
45       "subspecs": [
46         {
47           "name": "NSData",
48           "source_files": "WBCategoryKit/Foundation/NSData/**/*.{h,m}",
49           "frameworks": "Foundation"
50         },
51         {
52           "name": "NSDictionary",
53           "source_files": "WBCategoryKit/Foundation/NSDictionary/**/*.{h,m}",
54           "frameworks": "Foundation",
55           "dependencies": {
56             "WBCategoryKit/Foundation/NSString": [
58             ]
59           }
60         },
61         {
62           "name": "NSString",
63           "source_files": "WBCategoryKit/Foundation/NSString/**/*.{h,m}",
64           "frameworks": [
65             "Foundation",
66             "UIKit"
67           ]
68         },
69         {
70           "name": "NSArray",
71           "source_files": "WBCategoryKit/Foundation/NSArray/**/*.{h,m}",
72           "frameworks": "Foundation"
73         },
74         {
75           "name": "NSUserDefaults",
76           "source_files": "WBCategoryKit/Foundation/NSUserDefaults/**/*.{h,m}",
77           "frameworks": "Foundation"
78         },
79         {
80           "name": "NSObject",
81           "source_files": "WBCategoryKit/Foundation/NSObject/**/*.{h,m}",
82           "frameworks": "Foundation"
83         },
84         {
85           "name": "NSDate",
86           "source_files": "WBCategoryKit/Foundation/NSDate/**/*.{h,m}",
87           "frameworks": "Foundation"
88         }
89       ]
90     },
91     {
92       "name": "Macro",
93       "source_files": "WBCategoryKit/Macro/*.{h}",
94       "frameworks": [
95         "Foundation",
96         "UIKit"
97       ]
98     },
99     {
100       "name": "QuartzCore",
101       "source_files": "WBCategoryKit/QuartzCore/**/*.{h,m}",
102       "frameworks": [
103         "Foundation",
104         "UIKit",
105         "QuartzCore"
106       ]
107     },
108     {
109       "name": "UIKit",
110       "source_files": "WBCategoryKit/UIKit/WBUIKit.h",
111       "frameworks": [
112         "Foundation",
113         "UIKit",
114         "WebKit",
115         "AVFoundation",
116         "MobileCoreServices",
117         "Photos",
118         "AssetsLibrary",
119         "QuartzCore",
120         "Accelerate"
121       ],
122       "dependencies": {
123         "WBCategoryKit/Foundation": [
125         ],
126         "WBCategoryKit/Macro": [
128         ]
129       },
130       "subspecs": [
131         {
132           "name": "UIFont",
133           "source_files": "WBCategoryKit/UIKit/UIFont/**/*.{h,m}",
134           "frameworks": [
135             "Foundation",
136             "UIKit"
137           ],
138           "dependencies": {
139             "WBCategoryKit/Foundation/NSObject": [
141             ],
142             "WBCategoryKit/Macro": [
144             ]
145           }
146         },
147         {
148           "name": "UIImage",
149           "source_files": "WBCategoryKit/UIKit/UIImage/**/*.{h,m}",
150           "frameworks": [
151             "Foundation",
152             "UIKit",
153             "CoreGraphics",
154             "ImageIO",
155             "CoreText",
156             "AVFoundation",
157             "Accelerate"
158           ]
159         },
160         {
161           "name": "UIScrollView",
162           "source_files": "WBCategoryKit/UIKit/UIScrollView/**/*.{h,m}",
163           "frameworks": [
164             "Foundation",
165             "UIKit"
166           ]
167         },
168         {
169           "name": "UIScreen",
170           "source_files": "WBCategoryKit/UIKit/UIScreen/**/*.{h,m}",
171           "frameworks": [
172             "Foundation",
173             "UIKit"
174           ]
175         },
176         {
177           "name": "UIWindow",
178           "source_files": "WBCategoryKit/UIKit/UIWindow/**/*.{h,m}",
179           "frameworks": [
180             "Foundation",
181             "UIKit"
182           ]
183         },
184         {
185           "name": "UIApplication",
186           "source_files": "WBCategoryKit/UIKit/UIApplication/**/*.{h,m}",
187           "frameworks": [
188             "Foundation",
189             "UIKit"
190           ]
191         },
192         {
193           "name": "UITableViewCell",
194           "source_files": "WBCategoryKit/UIKit/UITableViewCell/**/*.{h,m}",
195           "frameworks": [
196             "Foundation",
197             "UIKit"
198           ]
199         },
200         {
201           "name": "UIButton",
202           "source_files": "WBCategoryKit/UIKit/UIButton/**/*.{h,m}",
203           "frameworks": [
204             "Foundation",
205             "UIKit"
206           ]
207         },
208         {
209           "name": "UIColor",
210           "source_files": "WBCategoryKit/UIKit/UIColor/**/*.{h,m}",
211           "frameworks": [
212             "Foundation",
213             "UIKit"
214           ]
215         },
216         {
217           "name": "UIAlertController",
218           "source_files": "WBCategoryKit/UIKit/UIAlertController/**/*.{h,m}",
219           "frameworks": [
220             "Foundation",
221             "UIKit"
222           ]
223         },
224         {
225           "name": "UIView",
226           "source_files": "WBCategoryKit/UIKit/UIView/**/*.{h,m}",
227           "frameworks": [
228             "Foundation",
229             "UIKit",
230             "QuartzCore"
231           ]
232         },
233         {
234           "name": "UINavigationItem",
235           "source_files": "WBCategoryKit/UIKit/UINavigationItem/**/*.{h,m}",
236           "frameworks": [
237             "Foundation",
238             "UIKit"
239           ]
240         },
241         {
242           "name": "WKWebView",
243           "source_files": "WBCategoryKit/UIKit/WKWebView/**/*.{h,m}",
244           "frameworks": [
245             "Foundation",
246             "UIKit",
247             "WebKit"
248           ]
249         },
250         {
251           "name": "UITextView",
252           "source_files": "WBCategoryKit/UIKit/UITextView/**/*.{h,m}",
253           "frameworks": [
254             "Foundation",
255             "UIKit"
256           ]
257         },
258         {
259           "name": "UICollectionView",
260           "source_files": "WBCategoryKit/UIKit/UICollectionView/**/*.{h,m}",
261           "frameworks": [
262             "Foundation",
263             "UIKit"
264           ]
265         },
266         {
267           "name": "UIImagePickerController",
268           "source_files": "WBCategoryKit/UIKit/UIImagePickerController/**/*.{h,m}",
269           "frameworks": [
270             "Foundation",
271             "UIKit",
272             "AVFoundation",
273             "MobileCoreServices",
274             "Photos",
275             "AssetsLibrary"
276           ]
277         },
278         {
279           "name": "UIBarButtonItem",
280           "source_files": "WBCategoryKit/UIKit/UIBarButtonItem/**/*.{h,m}",
281           "frameworks": [
282             "Foundation",
283             "UIKit"
284           ]
285         },
286         {
287           "name": "UINavigationBar",
288           "source_files": "WBCategoryKit/UIKit/UINavigationBar/**/*.{h,m}",
289           "frameworks": [
290             "Foundation",
291             "UIKit"
292           ]
293         },
294         {
295           "name": "UIViewController",
296           "source_files": "WBCategoryKit/UIKit/UIViewController/**/*.{h,m}",
297           "frameworks": [
298             "Foundation",
299             "UIKit"
300           ]
301         },
302         {
303           "name": "UISearchBar",
304           "source_files": "WBCategoryKit/UIKit/UISearchBar/**/*.{h,m}",
305           "frameworks": [
306             "Foundation",
307             "UIKit"
308           ]
309         },
310         {
311           "name": "UISearchBar",
312           "source_files": "WBCategoryKit/UIKit/UISearchBar/**/*.{h,m}",
313           "frameworks": [
314             "Foundation",
315             "UIKit"
316           ]
317         },
318         {
319           "name": "UIControl",
320           "source_files": "WBCategoryKit/UIKit/UIControl/**/*.{h,m}",
321           "frameworks": [
322             "Foundation",
323             "UIKit",
324             "AVFoundation"
325           ]
326         }
327       ]
328     }
329   ]