[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 2 / a / 6 / YOLOKit / 11.1.2 / YOLOKit.podspec.json
blobb5122de4062a9e75973302ee77733892a1176915
2   "name": "YOLOKit",
3   "version": "11.1.2",
4   "source": {
5     "git": "https://github.com/mxcl/YOLOKit.git",
6     "tag": "11.1.2"
7   },
8   "requires_arc": true,
9   "summary": "A delightful library for enumerating Foundation objects.",
10   "homepage": "https://github.com/mxcl/YOLOKit",
11   "authors": {
12     "Max Howell": "mxcl@me.com"
13   },
14   "license": {
15     "type": "Public Domain"
16   },
17   "subspecs": [
18     {
19       "name": "base",
20       "source_files": [
21         "YOLO.m",
22         "YOLO.h"
23       ],
24       "preserve_paths": "YOLO.ph"
25     },
26     {
27       "name": "all",
28       "dependencies": {
29         "YOLOKit/base": [
31         ]
32       },
33       "source_files": "*+all.m",
34       "xcconfig": {
35         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_ALL=1"
36       }
37     },
38     {
39       "name": "any",
40       "dependencies": {
41         "YOLOKit/base": [
43         ]
44       },
45       "source_files": "*+any.m",
46       "xcconfig": {
47         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_ANY=1"
48       }
49     },
50     {
51       "name": "array",
52       "dependencies": {
53         "YOLOKit/base": [
55         ]
56       },
57       "source_files": "*+array.m",
58       "xcconfig": {
59         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_ARRAY=1"
60       }
61     },
62     {
63       "name": "chunk",
64       "dependencies": {
65         "YOLOKit/base": [
67         ],
68         "YOLOKit/slice": [
70         ]
71       },
72       "source_files": "*+chunk.m",
73       "xcconfig": {
74         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_CHUNK=1"
75       }
76     },
77     {
78       "name": "concat",
79       "dependencies": {
80         "YOLOKit/base": [
82         ]
83       },
84       "source_files": "*+concat.m",
85       "xcconfig": {
86         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_CONCAT=1"
87       }
88     },
89     {
90       "name": "dict",
91       "dependencies": {
92         "YOLOKit/base": [
94         ],
95         "YOLOKit/transpose": [
97         ]
98       },
99       "source_files": "*+dict.m",
100       "xcconfig": {
101         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_DICT=1"
102       }
103     },
104     {
105       "name": "each",
106       "dependencies": {
107         "YOLOKit/base": [
109         ]
110       },
111       "source_files": "*+each.m",
112       "xcconfig": {
113         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_EACH=1"
114       }
115     },
116     {
117       "name": "extend",
118       "dependencies": {
119         "YOLOKit/base": [
121         ]
122       },
123       "source_files": "*+extend.m",
124       "xcconfig": {
125         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_EXTEND=1"
126       }
127     },
128     {
129       "name": "find",
130       "dependencies": {
131         "YOLOKit/base": [
133         ]
134       },
135       "source_files": "*+find.m",
136       "xcconfig": {
137         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_FIND=1"
138       }
139     },
140     {
141       "name": "first",
142       "dependencies": {
143         "YOLOKit/base": [
145         ],
146         "YOLOKit/slice": [
148         ]
149       },
150       "source_files": "*+first.m",
151       "xcconfig": {
152         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_FIRST=1"
153       }
154     },
155     {
156       "name": "flatMap",
157       "dependencies": {
158         "YOLOKit/base": [
160         ]
161       },
162       "source_files": "*+flatMap.m",
163       "xcconfig": {
164         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_FLATMAP=1"
165       }
166     },
167     {
168       "name": "flatten",
169       "dependencies": {
170         "YOLOKit/base": [
172         ]
173       },
174       "source_files": "*+flatten.m",
175       "xcconfig": {
176         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_FLATTEN=1"
177       }
178     },
179     {
180       "name": "fmap",
181       "dependencies": {
182         "YOLOKit/base": [
184         ],
185         "YOLOKit/map": [
187         ]
188       },
189       "source_files": "*+fmap.m",
190       "xcconfig": {
191         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_FMAP=1"
192       }
193     },
194     {
195       "name": "get",
196       "dependencies": {
197         "YOLOKit/base": [
199         ]
200       },
201       "source_files": "*+get.m",
202       "xcconfig": {
203         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_GET=1"
204       }
205     },
206     {
207       "name": "groupBy",
208       "dependencies": {
209         "YOLOKit/base": [
211         ]
212       },
213       "source_files": "*+groupBy.m",
214       "xcconfig": {
215         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_GROUPBY=1"
216       }
217     },
218     {
219       "name": "has",
220       "dependencies": {
221         "YOLOKit/base": [
223         ]
224       },
225       "source_files": "*+has.m",
226       "xcconfig": {
227         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_HAS=1"
228       }
229     },
230     {
231       "name": "indexOf",
232       "dependencies": {
233         "YOLOKit/base": [
235         ]
236       },
237       "source_files": "*+indexOf.m",
238       "xcconfig": {
239         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_INDEXOF=1"
240       }
241     },
242     {
243       "name": "inject",
244       "dependencies": {
245         "YOLOKit/base": [
247         ]
248       },
249       "source_files": "*+inject.m",
250       "xcconfig": {
251         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_INJECT=1"
252       }
253     },
254     {
255       "name": "join",
256       "dependencies": {
257         "YOLOKit/base": [
259         ],
260         "YOLOKit/pluck": [
262         ]
263       },
264       "source_files": "*+join.m",
265       "xcconfig": {
266         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_JOIN=1"
267       }
268     },
269     {
270       "name": "last",
271       "dependencies": {
272         "YOLOKit/base": [
274         ],
275         "YOLOKit/slice": [
277         ]
278       },
279       "source_files": "*+last.m",
280       "xcconfig": {
281         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_LAST=1"
282       }
283     },
284     {
285       "name": "map",
286       "dependencies": {
287         "YOLOKit/base": [
289         ]
290       },
291       "source_files": "*+map.m",
292       "xcconfig": {
293         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_MAP=1"
294       }
295     },
296     {
297       "name": "max",
298       "dependencies": {
299         "YOLOKit/base": [
301         ]
302       },
303       "source_files": "*+max.m",
304       "xcconfig": {
305         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_MAX=1"
306       }
307     },
308     {
309       "name": "min",
310       "dependencies": {
311         "YOLOKit/base": [
313         ]
314       },
315       "source_files": "*+min.m",
316       "xcconfig": {
317         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_MIN=1"
318       }
319     },
320     {
321       "name": "none",
322       "dependencies": {
323         "YOLOKit/base": [
325         ]
326       },
327       "source_files": "*+none.m",
328       "xcconfig": {
329         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_NONE=1"
330       }
331     },
332     {
333       "name": "partition",
334       "dependencies": {
335         "YOLOKit/base": [
337         ]
338       },
339       "source_files": "*+partition.m",
340       "xcconfig": {
341         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_PARTITION=1"
342       }
343     },
344     {
345       "name": "pick",
346       "dependencies": {
347         "YOLOKit/base": [
349         ]
350       },
351       "source_files": "*+pick.m",
352       "xcconfig": {
353         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_PICK=1"
354       }
355     },
356     {
357       "name": "pluck",
358       "dependencies": {
359         "YOLOKit/base": [
361         ]
362       },
363       "source_files": "*+pluck.m",
364       "xcconfig": {
365         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_PLUCK=1"
366       }
367     },
368     {
369       "name": "pmap",
370       "dependencies": {
371         "YOLOKit/base": [
373         ]
374       },
375       "source_files": "*+pmap.m",
376       "xcconfig": {
377         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_PMAP=1"
378       }
379     },
380     {
381       "name": "pop",
382       "dependencies": {
383         "YOLOKit/base": [
385         ]
386       },
387       "source_files": "*+pop.m",
388       "xcconfig": {
389         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_POP=1"
390       }
391     },
392     {
393       "name": "push",
394       "dependencies": {
395         "YOLOKit/base": [
397         ]
398       },
399       "source_files": "*+push.m",
400       "xcconfig": {
401         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_PUSH=1"
402       }
403     },
404     {
405       "name": "reduce",
406       "dependencies": {
407         "YOLOKit/base": [
409         ],
410         "YOLOKit/last": [
412         ]
413       },
414       "source_files": "*+reduce.m",
415       "xcconfig": {
416         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_REDUCE=1"
417       }
418     },
419     {
420       "name": "reverse",
421       "dependencies": {
422         "YOLOKit/base": [
424         ]
425       },
426       "source_files": "*+reverse.m",
427       "xcconfig": {
428         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_REVERSE=1"
429       }
430     },
431     {
432       "name": "rotate",
433       "dependencies": {
434         "YOLOKit/base": [
436         ],
437         "YOLOKit/concat": [
439         ],
440         "YOLOKit/skip": [
442         ],
443         "YOLOKit/snip": [
445         ]
446       },
447       "source_files": "*+rotate.m",
448       "xcconfig": {
449         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_ROTATE=1"
450       }
451     },
452     {
453       "name": "sample",
454       "dependencies": {
455         "YOLOKit/base": [
457         ]
458       },
459       "source_files": "*+sample.m",
460       "xcconfig": {
461         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SAMPLE=1"
462       }
463     },
464     {
465       "name": "select",
466       "dependencies": {
467         "YOLOKit/base": [
469         ]
470       },
471       "source_files": "*+select.m",
472       "xcconfig": {
473         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SELECT=1"
474       }
475     },
476     {
477       "name": "shift",
478       "dependencies": {
479         "YOLOKit/base": [
481         ]
482       },
483       "source_files": "*+shift.m",
484       "xcconfig": {
485         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SHIFT=1"
486       }
487     },
488     {
489       "name": "shuffle",
490       "dependencies": {
491         "YOLOKit/base": [
493         ]
494       },
495       "source_files": "*+shuffle.m",
496       "xcconfig": {
497         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SHUFFLE=1"
498       }
499     },
500     {
501       "name": "skip",
502       "dependencies": {
503         "YOLOKit/base": [
505         ],
506         "YOLOKit/last": [
508         ]
509       },
510       "source_files": "*+skip.m",
511       "xcconfig": {
512         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SKIP=1"
513       }
514     },
515     {
516       "name": "slice",
517       "dependencies": {
518         "YOLOKit/base": [
520         ]
521       },
522       "source_files": "*+slice.m",
523       "xcconfig": {
524         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SLICE=1"
525       }
526     },
527     {
528       "name": "snip",
529       "dependencies": {
530         "YOLOKit/base": [
532         ],
533         "YOLOKit/slice": [
535         ]
536       },
537       "source_files": "*+snip.m",
538       "xcconfig": {
539         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SNIP=1"
540       }
541     },
542     {
543       "name": "sort",
544       "dependencies": {
545         "YOLOKit/base": [
547         ],
548         "YOLOKit/all": [
550         ],
551         "YOLOKit/transpose": [
553         ]
554       },
555       "source_files": "*+sort.m",
556       "xcconfig": {
557         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SORT=1"
558       }
559     },
560     {
561       "name": "split",
562       "dependencies": {
563         "YOLOKit/base": [
565         ]
566       },
567       "source_files": "*+split.m",
568       "xcconfig": {
569         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SPLIT=1"
570       }
571     },
572     {
573       "name": "transpose",
574       "dependencies": {
575         "YOLOKit/base": [
577         ],
578         "YOLOKit/select": [
580         ],
581         "YOLOKit/max": [
583         ],
584         "YOLOKit/each": [
586         ]
587       },
588       "source_files": "*+transpose.m",
589       "xcconfig": {
590         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_TRANSPOSE=1"
591       }
592     },
593     {
594       "name": "uniq",
595       "dependencies": {
596         "YOLOKit/base": [
598         ]
599       },
600       "source_files": "*+uniq.m",
601       "xcconfig": {
602         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_UNIQ=1"
603       }
604     },
605     {
606       "name": "unshift",
607       "dependencies": {
608         "YOLOKit/base": [
610         ]
611       },
612       "source_files": "*+unshift.m",
613       "xcconfig": {
614         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_UNSHIFT=1"
615       }
616     },
617     {
618       "name": "upTo",
619       "dependencies": {
620         "YOLOKit/base": [
622         ]
623       },
624       "source_files": "*+upTo.m",
625       "xcconfig": {
626         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_UPTO=1"
627       }
628     },
629     {
630       "name": "without",
631       "dependencies": {
632         "YOLOKit/base": [
634         ]
635       },
636       "source_files": "*+without.m",
637       "xcconfig": {
638         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_WITHOUT=1"
639       }
640     }
641   ]