[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 1 / c / 2 / BBFrameworks / 1.5.1 / BBFrameworks.podspec.json
blob1c6a564edf668b6142b441d71aad55b1c97ec361
2   "name": "BBFrameworks",
3   "version": "1.5.1",
4   "authors": {
5     "William Towe": "will@bionbilateral.com",
6     "Jason Anderson": "jason@bionbilateral.com",
7     "Norm Barnard": "norm@bionbilateral.com"
8   },
9   "license": {
10     "type": "BSD",
11     "file": "license.txt"
12   },
13   "homepage": "https://github.com/BionBilateral/BBFrameworks",
14   "source": {
15     "git": "https://github.com/BionBilateral/BBFrameworks.git",
16     "tag": "1.5.1"
17   },
18   "summary": "Repository for common iOS/OSX categories, classes, and functions.",
19   "platforms": {
20     "ios": "8.0",
21     "osx": "10.10"
22   },
23   "requires_arc": true,
24   "default_subspecs": [
25     "BBCore",
26     "BBFoundation",
27     "BBBlocks",
28     "BBKit"
29   ],
30   "subspecs": [
31     {
32       "name": "BBCore",
33       "source_files": [
34         "BBFrameworks",
35         "BBFrameworks/Private"
36       ],
37       "private_header_files": "BBFrameworks/Private/*.h",
38       "frameworks": "Foundation",
39       "ios": {
40         "resource_bundles": {
41           "BBFrameworksResources": [
42             "BBFrameworksResources/*.xib",
43             "BBFrameworksResources/*.png",
44             "BBFrameworksResources/*.lproj"
45           ]
46         }
47       }
48     },
49     {
50       "name": "BBFoundation",
51       "dependencies": {
52         "BBFrameworks/BBCore": [
54         ]
55       },
56       "source_files": "BBFrameworks/BBFoundation"
57     },
58     {
59       "name": "BBKeychain",
60       "dependencies": {
61         "BBFrameworks/BBCore": [
63         ]
64       },
65       "source_files": "BBFrameworks/BBKeychain",
66       "frameworks": "Security"
67     },
68     {
69       "name": "BBBlocks",
70       "dependencies": {
71         "BBFrameworks/BBCore": [
73         ]
74       },
75       "source_files": "BBFrameworks/BBBlocks"
76     },
77     {
78       "name": "BBKeyValueObserving",
79       "dependencies": {
80         "BBFrameworks/BBCore": [
82         ]
83       },
84       "source_files": [
85         "BBFrameworks/BBKeyValueObserving",
86         "BBFrameworks/BBKeyValueObserving/Private"
87       ],
88       "private_header_files": "BBFrameworks/BBKeyValueObserving/Private/*.h"
89     },
90     {
91       "name": "BBCoreData",
92       "dependencies": {
93         "BBFrameworks/BBFoundation": [
95         ]
96       },
97       "source_files": [
98         "BBFrameworks/BBCoreData",
99         "BBFrameworks/BBCoreData/Private"
100       ],
101       "private_header_files": "BBFrameworks/BBCoreData/Private/*.h",
102       "ios": {
103         "frameworks": [
104           "CoreData",
105           "UIKit"
106         ]
107       },
108       "osx": {
109         "frameworks": [
110           "CoreData",
111           "AppKit"
112         ]
113       }
114     },
115     {
116       "name": "BBKit",
117       "dependencies": {
118         "BBFrameworks/BBFoundation": [
120         ]
121       },
122       "source_files": "BBFrameworks/BBKit",
123       "ios": {
124         "source_files": [
125           "BBFrameworks/BBKit/iOS",
126           "BBFrameworks/BBKit/iOS/Private"
127         ],
128         "private_header_files": "BBFrameworks/BBKit/iOS/Private/*.h",
129         "frameworks": [
130           "UIKit",
131           "Accelerate",
132           "AVFoundation",
133           "CoreImage"
134         ]
135       },
136       "osx": {
137         "source_files": "BBFrameworks/BBKit/OSX",
138         "frameworks": [
139           "AppKit",
140           "Accelerate",
141           "AVFoundation"
142         ]
143       }
144     },
145     {
146       "name": "BBAddressBook",
147       "dependencies": {
148         "BBFrameworks/BBBlocks": [
150         ],
151         "BBFrameworks/BBKit": [
153         ]
154       },
155       "ios": {
156         "source_files": "BBFrameworks/BBAddressBook",
157         "frameworks": "AddressBook"
158       },
159       "osx": {
160         "source_files": "BBFrameworks/BBAddressBook/BBAddressBook.h"
161       }
162     },
163     {
164       "name": "BBThumbnail",
165       "dependencies": {
166         "BBFrameworks/BBKit": [
168         ]
169       },
170       "source_files": [
171         "BBFrameworks/BBThumbnail",
172         "BBFrameworks/BBThumbnail/Private"
173       ],
174       "ios": {
175         "source_files": [
176           "BBFrameworks/BBThumbnail/iOS",
177           "BBFrameworks/BBThumbnail/iOS/Private"
178         ],
179         "private_header_files": "BBFrameworks/BBThumbnail/iOS/Private/*.h",
180         "frameworks": "MobileCoreServices"
181       },
182       "osx": {
183         "source_files": [
184           "BBFrameworks/BBThumbnail/OSX",
185           "BBFrameworks/BBThumbnail/OSX/Private"
186         ],
187         "private_header_files": "BBFrameworks/BBThumbnail/OSX/Private/*.h",
188         "frameworks": "QuickLook"
189       },
190       "private_header_files": "BBFrameworks/BBThumbnail/Private/*.h",
191       "frameworks": "WebKit"
192     },
193     {
194       "name": "BBReactiveThumbnail",
195       "dependencies": {
196         "ReactiveCocoa": [
197           "~> 2.5"
198         ],
199         "BBFrameworks/BBThumbnail": [
201         ]
202       },
203       "source_files": "BBFrameworks/BBReactiveThumbnail"
204     },
205     {
206       "name": "BBMediaPicker",
207       "ios": {
208         "dependencies": {
209           "ReactiveCocoa": [
210             "~> 2.5"
211           ],
212           "ReactiveViewModel": [
213             "~> 0.3"
214           ],
215           "BBFrameworks/BBKit": [
217           ],
218           "BBFrameworks/BBBlocks": [
220           ]
221         },
222         "source_files": [
223           "BBFrameworks/BBMediaPicker",
224           "BBFrameworks/BBMediaPicker/Private"
225         ],
226         "private_header_files": "BBFrameworks/BBMediaPicker/Private/*.h",
227         "frameworks": "AssetsLibrary"
228       },
229       "osx": {
230         "source_files": "BBFrameworks/BBMediaPicker/BBMediaPicker.h"
231       }
232     },
233     {
234       "name": "BBMediaViewer",
235       "ios": {
236         "dependencies": {
237           "ReactiveCocoa": [
238             "~> 2.5"
239           ],
240           "ReactiveViewModel": [
241             "~> 0.3"
242           ],
243           "BBFrameworks/BBBlocks": [
245           ],
246           "BBFrameworks/BBKit": [
248           ],
249           "BBFrameworks/BBThumbnail": [
251           ]
252         },
253         "source_files": [
254           "BBFrameworks/BBMediaViewer",
255           "BBFrameworks/BBMediaViewer/Private"
256         ],
257         "private_header_files": "BBFrameworks/BBMediaViewer/Private/*.h"
258       },
259       "osx": {
260         "source_files": "BBFrameworks/BBMediaViewer/BBMediaViewer.h"
261       }
262     },
263     {
264       "name": "BBMediaPlayer",
265       "ios": {
266         "dependencies": {
267           "ReactiveCocoa": [
268             "~> 2.5"
269           ],
270           "ReactiveViewModel": [
271             "~> 0.3"
272           ],
273           "BBFrameworks/BBBlocks": [
275           ],
276           "BBFrameworks/BBKit": [
278           ]
279         },
280         "source_files": [
281           "BBFrameworks/BBMediaPlayer",
282           "BBFrameworks/BBMediaPlayer/Private"
283         ],
284         "private_header_files": "BBFrameworks/BBMediaPlayer/Private/*.h",
285         "frameworks": "AVFoundation"
286       },
287       "osx": {
288         "source_files": "BBFrameworks/BBMediaPlayer/BBMediaPlayer.h"
289       }
290     },
291     {
292       "name": "BBWebKit",
293       "ios": {
294         "dependencies": {
295           "ReactiveCocoa": [
296             "~> 2.5"
297           ],
298           "TUSafariActivity": [
299             "~> 1.0.0"
300           ],
301           "ARChromeActivity": [
302             "~> 1.0.0"
303           ],
304           "BBFrameworks/BBKit": [
306           ]
307         },
308         "source_files": [
309           "BBFrameworks/BBWebKit",
310           "BBFrameworks/BBWebKit/Private"
311         ],
312         "private_header_files": "BBFrameworks/BBWebKit/Private/*.h",
313         "frameworks": "WebKit"
314       },
315       "osx": {
316         "source_files": "BBFrameworks/BBWebKit/BBWebKit.h"
317       }
318     },
319     {
320       "name": "BBTooltip",
321       "ios": {
322         "dependencies": {
323           "ReactiveCocoa": [
324             "~> 2.5"
325           ],
326           "BBFrameworks/BBKit": [
328           ]
329         },
330         "source_files": "BBFrameworks/BBTooltip"
331       },
332       "osx": {
333         "source_files": "BBFrameworks/BBTooltip/BBTooltip.h"
334       }
335     },
336     {
337       "name": "BBValidation",
338       "ios": {
339         "dependencies": {
340           "BBFrameworks/BBTooltip": [
342           ]
343         },
344         "source_files": "BBFrameworks/BBValidation"
345       },
346       "osx": {
347         "source_files": "BBFrameworks/BBValidation/BBValidation.h"
348       }
349     },
350     {
351       "name": "BBToken",
352       "ios": {
353         "source_files": "BBFrameworks/BBToken",
354         "dependencies": {
355           "BBFrameworks/BBKit": [
357           ]
358         },
359         "frameworks": "MobileCoreServices"
360       },
361       "osx": {
362         "source_files": "BBFrameworks/BBToken/BBToken.h"
363       }
364     },
365     {
366       "name": "BBForm",
367       "ios": {
368         "dependencies": {
369           "BBFrameworks/BBFoundation": [
371           ],
372           "BBFrameworks/BBKit": [
374           ],
375           "BBFrameworks/BBBlocks": [
377           ]
378         },
379         "source_files": "BBFrameworks/BBForm"
380       },
381       "osx": {
382         "source_files": "BBFrameworks/BBForm/BBForm.h"
383       }
384     },
385     {
386       "name": "BBReachability",
387       "dependencies": {
388         "BBFrameworks/BBFoundation": [
390         ]
391       },
392       "source_files": "BBFrameworks/BBReachability",
393       "frameworks": "SystemConfiguration"
394     }
395   ]