[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 2 / a / 6 / YOLOKit / 10 / YOLOKit.podspec.json
blob203c60690943547b7c145790619db7dd1a758ce5
2   "name": "YOLOKit",
3   "version": "10",
4   "source": {
5     "git": "https://github.com/mxcl/YOLOKit.git",
6     "tag": "10"
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": "get",
181       "dependencies": {
182         "YOLOKit/base": [
184         ]
185       },
186       "source_files": "*+get.m",
187       "xcconfig": {
188         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_GET=1"
189       }
190     },
191     {
192       "name": "groupBy",
193       "dependencies": {
194         "YOLOKit/base": [
196         ]
197       },
198       "source_files": "*+groupBy.m",
199       "xcconfig": {
200         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_GROUPBY=1"
201       }
202     },
203     {
204       "name": "has",
205       "dependencies": {
206         "YOLOKit/base": [
208         ]
209       },
210       "source_files": "*+has.m",
211       "xcconfig": {
212         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_HAS=1"
213       }
214     },
215     {
216       "name": "indexOf",
217       "dependencies": {
218         "YOLOKit/base": [
220         ]
221       },
222       "source_files": "*+indexOf.m",
223       "xcconfig": {
224         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_INDEXOF=1"
225       }
226     },
227     {
228       "name": "inject",
229       "dependencies": {
230         "YOLOKit/base": [
232         ]
233       },
234       "source_files": "*+inject.m",
235       "xcconfig": {
236         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_INJECT=1"
237       }
238     },
239     {
240       "name": "join",
241       "dependencies": {
242         "YOLOKit/base": [
244         ],
245         "YOLOKit/pluck": [
247         ]
248       },
249       "source_files": "*+join.m",
250       "xcconfig": {
251         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_JOIN=1"
252       }
253     },
254     {
255       "name": "last",
256       "dependencies": {
257         "YOLOKit/base": [
259         ],
260         "YOLOKit/slice": [
262         ]
263       },
264       "source_files": "*+last.m",
265       "xcconfig": {
266         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_LAST=1"
267       }
268     },
269     {
270       "name": "map",
271       "dependencies": {
272         "YOLOKit/base": [
274         ]
275       },
276       "source_files": "*+map.m",
277       "xcconfig": {
278         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_MAP=1"
279       }
280     },
281     {
282       "name": "max",
283       "dependencies": {
284         "YOLOKit/base": [
286         ]
287       },
288       "source_files": "*+max.m",
289       "xcconfig": {
290         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_MAX=1"
291       }
292     },
293     {
294       "name": "min",
295       "dependencies": {
296         "YOLOKit/base": [
298         ]
299       },
300       "source_files": "*+min.m",
301       "xcconfig": {
302         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_MIN=1"
303       }
304     },
305     {
306       "name": "none",
307       "dependencies": {
308         "YOLOKit/base": [
310         ]
311       },
312       "source_files": "*+none.m",
313       "xcconfig": {
314         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_NONE=1"
315       }
316     },
317     {
318       "name": "partition",
319       "dependencies": {
320         "YOLOKit/base": [
322         ]
323       },
324       "source_files": "*+partition.m",
325       "xcconfig": {
326         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_PARTITION=1"
327       }
328     },
329     {
330       "name": "pick",
331       "dependencies": {
332         "YOLOKit/base": [
334         ]
335       },
336       "source_files": "*+pick.m",
337       "xcconfig": {
338         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_PICK=1"
339       }
340     },
341     {
342       "name": "pluck",
343       "dependencies": {
344         "YOLOKit/base": [
346         ]
347       },
348       "source_files": "*+pluck.m",
349       "xcconfig": {
350         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_PLUCK=1"
351       }
352     },
353     {
354       "name": "pmap",
355       "dependencies": {
356         "YOLOKit/base": [
358         ]
359       },
360       "source_files": "*+pmap.m",
361       "xcconfig": {
362         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_PMAP=1"
363       }
364     },
365     {
366       "name": "pop",
367       "dependencies": {
368         "YOLOKit/base": [
370         ]
371       },
372       "source_files": "*+pop.m",
373       "xcconfig": {
374         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_POP=1"
375       }
376     },
377     {
378       "name": "push",
379       "dependencies": {
380         "YOLOKit/base": [
382         ]
383       },
384       "source_files": "*+push.m",
385       "xcconfig": {
386         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_PUSH=1"
387       }
388     },
389     {
390       "name": "reduce",
391       "dependencies": {
392         "YOLOKit/base": [
394         ],
395         "YOLOKit/last": [
397         ]
398       },
399       "source_files": "*+reduce.m",
400       "xcconfig": {
401         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_REDUCE=1"
402       }
403     },
404     {
405       "name": "reverse",
406       "dependencies": {
407         "YOLOKit/base": [
409         ]
410       },
411       "source_files": "*+reverse.m",
412       "xcconfig": {
413         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_REVERSE=1"
414       }
415     },
416     {
417       "name": "rotate",
418       "dependencies": {
419         "YOLOKit/base": [
421         ],
422         "YOLOKit/concat": [
424         ],
425         "YOLOKit/skip": [
427         ],
428         "YOLOKit/snip": [
430         ]
431       },
432       "source_files": "*+rotate.m",
433       "xcconfig": {
434         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_ROTATE=1"
435       }
436     },
437     {
438       "name": "sample",
439       "dependencies": {
440         "YOLOKit/base": [
442         ]
443       },
444       "source_files": "*+sample.m",
445       "xcconfig": {
446         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SAMPLE=1"
447       }
448     },
449     {
450       "name": "select",
451       "dependencies": {
452         "YOLOKit/base": [
454         ]
455       },
456       "source_files": "*+select.m",
457       "xcconfig": {
458         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SELECT=1"
459       }
460     },
461     {
462       "name": "shift",
463       "dependencies": {
464         "YOLOKit/base": [
466         ]
467       },
468       "source_files": "*+shift.m",
469       "xcconfig": {
470         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SHIFT=1"
471       }
472     },
473     {
474       "name": "shuffle",
475       "dependencies": {
476         "YOLOKit/base": [
478         ]
479       },
480       "source_files": "*+shuffle.m",
481       "xcconfig": {
482         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SHUFFLE=1"
483       }
484     },
485     {
486       "name": "skip",
487       "dependencies": {
488         "YOLOKit/base": [
490         ],
491         "YOLOKit/last": [
493         ]
494       },
495       "source_files": "*+skip.m",
496       "xcconfig": {
497         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SKIP=1"
498       }
499     },
500     {
501       "name": "slice",
502       "dependencies": {
503         "YOLOKit/base": [
505         ]
506       },
507       "source_files": "*+slice.m",
508       "xcconfig": {
509         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SLICE=1"
510       }
511     },
512     {
513       "name": "snip",
514       "dependencies": {
515         "YOLOKit/base": [
517         ],
518         "YOLOKit/slice": [
520         ]
521       },
522       "source_files": "*+snip.m",
523       "xcconfig": {
524         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SNIP=1"
525       }
526     },
527     {
528       "name": "sort",
529       "dependencies": {
530         "YOLOKit/base": [
532         ],
533         "YOLOKit/all": [
535         ],
536         "YOLOKit/transpose": [
538         ]
539       },
540       "source_files": "*+sort.m",
541       "xcconfig": {
542         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SORT=1"
543       }
544     },
545     {
546       "name": "split",
547       "dependencies": {
548         "YOLOKit/base": [
550         ]
551       },
552       "source_files": "*+split.m",
553       "xcconfig": {
554         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SPLIT=1"
555       }
556     },
557     {
558       "name": "transpose",
559       "dependencies": {
560         "YOLOKit/base": [
562         ],
563         "YOLOKit/select": [
565         ],
566         "YOLOKit/max": [
568         ],
569         "YOLOKit/each": [
571         ]
572       },
573       "source_files": "*+transpose.m",
574       "xcconfig": {
575         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_TRANSPOSE=1"
576       }
577     },
578     {
579       "name": "uniq",
580       "dependencies": {
581         "YOLOKit/base": [
583         ]
584       },
585       "source_files": "*+uniq.m",
586       "xcconfig": {
587         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_UNIQ=1"
588       }
589     },
590     {
591       "name": "unshift",
592       "dependencies": {
593         "YOLOKit/base": [
595         ]
596       },
597       "source_files": "*+unshift.m",
598       "xcconfig": {
599         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_UNSHIFT=1"
600       }
601     },
602     {
603       "name": "upTo",
604       "dependencies": {
605         "YOLOKit/base": [
607         ]
608       },
609       "source_files": "*+upTo.m",
610       "xcconfig": {
611         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_UPTO=1"
612       }
613     },
614     {
615       "name": "without",
616       "dependencies": {
617         "YOLOKit/base": [
619         ]
620       },
621       "source_files": "*+without.m",
622       "xcconfig": {
623         "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_WITHOUT=1"
624       }
625     }
626   ]