blob: ef19e330698c919f40bfada6ef2ae6aa38463778 [file] [log] [blame]
{
"name": "YOLOKit",
"version": "11.1.1",
"source": {
"git": "https://github.com/mxcl/YOLOKit.git",
"tag": "11.1.1"
},
"requires_arc": true,
"summary": "A delightful library for enumerating Foundation objects.",
"homepage": "https://github.com/mxcl/YOLOKit",
"authors": {
"Max Howell": "mxcl@me.com"
},
"license": {
"type": "Public Domain"
},
"subspecs": [
{
"name": "base",
"source_files": [
"YOLO.m",
"YOLO.h"
],
"preserve_paths": "YOLO.ph"
},
{
"name": "all",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+all.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_ALL=1"
}
},
{
"name": "any",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+any.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_ANY=1"
}
},
{
"name": "array",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+array.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_ARRAY=1"
}
},
{
"name": "chunk",
"dependencies": {
"YOLOKit/base": [
],
"YOLOKit/slice": [
]
},
"source_files": "*+chunk.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_CHUNK=1"
}
},
{
"name": "concat",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+concat.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_CONCAT=1"
}
},
{
"name": "dict",
"dependencies": {
"YOLOKit/base": [
],
"YOLOKit/transpose": [
]
},
"source_files": "*+dict.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_DICT=1"
}
},
{
"name": "each",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+each.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_EACH=1"
}
},
{
"name": "extend",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+extend.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_EXTEND=1"
}
},
{
"name": "find",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+find.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_FIND=1"
}
},
{
"name": "first",
"dependencies": {
"YOLOKit/base": [
],
"YOLOKit/slice": [
]
},
"source_files": "*+first.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_FIRST=1"
}
},
{
"name": "flatMap",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+flatMap.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_FLATMAP=1"
}
},
{
"name": "flatten",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+flatten.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_FLATTEN=1"
}
},
{
"name": "fmap",
"dependencies": {
"YOLOKit/base": [
],
"YOLOKit/map": [
]
},
"source_files": "*+fmap.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_FMAP=1"
}
},
{
"name": "get",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+get.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_GET=1"
}
},
{
"name": "groupBy",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+groupBy.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_GROUPBY=1"
}
},
{
"name": "has",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+has.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_HAS=1"
}
},
{
"name": "indexOf",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+indexOf.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_INDEXOF=1"
}
},
{
"name": "inject",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+inject.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_INJECT=1"
}
},
{
"name": "join",
"dependencies": {
"YOLOKit/base": [
],
"YOLOKit/pluck": [
]
},
"source_files": "*+join.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_JOIN=1"
}
},
{
"name": "last",
"dependencies": {
"YOLOKit/base": [
],
"YOLOKit/slice": [
]
},
"source_files": "*+last.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_LAST=1"
}
},
{
"name": "map",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+map.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_MAP=1"
}
},
{
"name": "max",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+max.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_MAX=1"
}
},
{
"name": "min",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+min.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_MIN=1"
}
},
{
"name": "none",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+none.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_NONE=1"
}
},
{
"name": "partition",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+partition.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_PARTITION=1"
}
},
{
"name": "pick",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+pick.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_PICK=1"
}
},
{
"name": "pluck",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+pluck.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_PLUCK=1"
}
},
{
"name": "pmap",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+pmap.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_PMAP=1"
}
},
{
"name": "pop",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+pop.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_POP=1"
}
},
{
"name": "push",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+push.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_PUSH=1"
}
},
{
"name": "reduce",
"dependencies": {
"YOLOKit/base": [
],
"YOLOKit/last": [
]
},
"source_files": "*+reduce.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_REDUCE=1"
}
},
{
"name": "reverse",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+reverse.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_REVERSE=1"
}
},
{
"name": "rotate",
"dependencies": {
"YOLOKit/base": [
],
"YOLOKit/concat": [
],
"YOLOKit/skip": [
],
"YOLOKit/snip": [
]
},
"source_files": "*+rotate.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_ROTATE=1"
}
},
{
"name": "sample",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+sample.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SAMPLE=1"
}
},
{
"name": "select",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+select.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SELECT=1"
}
},
{
"name": "shift",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+shift.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SHIFT=1"
}
},
{
"name": "shuffle",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+shuffle.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SHUFFLE=1"
}
},
{
"name": "skip",
"dependencies": {
"YOLOKit/base": [
],
"YOLOKit/last": [
]
},
"source_files": "*+skip.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SKIP=1"
}
},
{
"name": "slice",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+slice.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SLICE=1"
}
},
{
"name": "snip",
"dependencies": {
"YOLOKit/base": [
],
"YOLOKit/slice": [
]
},
"source_files": "*+snip.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SNIP=1"
}
},
{
"name": "sort",
"dependencies": {
"YOLOKit/base": [
],
"YOLOKit/all": [
],
"YOLOKit/transpose": [
]
},
"source_files": "*+sort.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SORT=1"
}
},
{
"name": "split",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+split.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_SPLIT=1"
}
},
{
"name": "transpose",
"dependencies": {
"YOLOKit/base": [
],
"YOLOKit/select": [
],
"YOLOKit/max": [
],
"YOLOKit/each": [
]
},
"source_files": "*+transpose.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_TRANSPOSE=1"
}
},
{
"name": "uniq",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+uniq.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_UNIQ=1"
}
},
{
"name": "unshift",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+unshift.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_UNSHIFT=1"
}
},
{
"name": "upTo",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+upTo.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_UPTO=1"
}
},
{
"name": "without",
"dependencies": {
"YOLOKit/base": [
]
},
"source_files": "*+without.m",
"xcconfig": {
"GCC_PREPROCESSOR_DEFINITIONS": "$(inherited) YOLO_WITHOUT=1"
}
}
]
}