5 "git": "https://github.com/mxcl/YOLOKit.git",
9 "summary": "A delightful library for enumerating Foundation objects.",
10 "homepage": "https://github.com/mxcl/YOLOKit",
12 "Max Howell": "mxcl@me.com"
15 "type": "Public Domain"
24 "preserve_paths": "YOLO.ph"
33 "source_files": "*+all.m",
35 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_ALL=1"
45 "source_files": "*+any.m",
47 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_ANY=1"
57 "source_files": "*+array.m",
59 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_ARRAY=1"
72 "source_files": "*+chunk.m",
74 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_CHUNK=1"
84 "source_files": "*+concat.m",
86 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_CONCAT=1"
95 "YOLOKit/transpose": [
99 "source_files": "*+dict.m",
101 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_DICT=1"
111 "source_files": "*+each.m",
113 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_EACH=1"
123 "source_files": "*+extend.m",
125 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_EXTEND=1"
135 "source_files": "*+find.m",
137 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_FIND=1"
150 "source_files": "*+first.m",
152 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_FIRST=1"
162 "source_files": "*+flatMap.m",
164 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_FLATMAP=1"
174 "source_files": "*+flatten.m",
176 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_FLATTEN=1"
189 "source_files": "*+fmap.m",
191 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_FMAP=1"
201 "source_files": "*+get.m",
203 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_GET=1"
213 "source_files": "*+groupBy.m",
215 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_GROUPBY=1"
225 "source_files": "*+has.m",
227 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_HAS=1"
237 "source_files": "*+indexOf.m",
239 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_INDEXOF=1"
249 "source_files": "*+inject.m",
251 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_INJECT=1"
264 "source_files": "*+join.m",
266 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_JOIN=1"
279 "source_files": "*+last.m",
281 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_LAST=1"
291 "source_files": "*+map.m",
293 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_MAP=1"
303 "source_files": "*+max.m",
305 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_MAX=1"
315 "source_files": "*+min.m",
317 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_MIN=1"
327 "source_files": "*+none.m",
329 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_NONE=1"
339 "source_files": "*+partition.m",
341 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_PARTITION=1"
351 "source_files": "*+pick.m",
353 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_PICK=1"
363 "source_files": "*+pluck.m",
365 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_PLUCK=1"
375 "source_files": "*+pmap.m",
377 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_PMAP=1"
387 "source_files": "*+pop.m",
389 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_POP=1"
399 "source_files": "*+push.m",
401 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_PUSH=1"
414 "source_files": "*+reduce.m",
416 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_REDUCE=1"
426 "source_files": "*+reverse.m",
428 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_REVERSE=1"
447 "source_files": "*+rotate.m",
449 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_ROTATE=1"
459 "source_files": "*+sample.m",
461 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SAMPLE=1"
471 "source_files": "*+select.m",
473 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SELECT=1"
483 "source_files": "*+shift.m",
485 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SHIFT=1"
495 "source_files": "*+shuffle.m",
497 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SHUFFLE=1"
510 "source_files": "*+skip.m",
512 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SKIP=1"
522 "source_files": "*+slice.m",
524 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SLICE=1"
537 "source_files": "*+snip.m",
539 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SNIP=1"
551 "YOLOKit/transpose": [
555 "source_files": "*+sort.m",
557 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SORT=1"
567 "source_files": "*+split.m",
569 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SPLIT=1"
588 "source_files": "*+transpose.m",
590 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_TRANSPOSE=1"
600 "source_files": "*+uniq.m",
602 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_UNIQ=1"
612 "source_files": "*+unshift.m",
614 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_UNSHIFT=1"
624 "source_files": "*+upTo.m",
626 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_UPTO=1"
636 "source_files": "*+without.m",
638 "GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_WITHOUT=1"