blob: a56e53e8271f010ad7b9aa482a0c29dd54a69d5d [file] [log] [blame]
{
"name": "EnumeratorKit",
"version": "1.0.0",
"summary": "Ruby-style enumeration in Objective-C.",
"description": " EnumeratorKit is a collection enumeration library modelled after\n Ruby's Enumerable module and Enumerator class.\n\n It allows you to work with collections of objects in a very\n compact, expressive way, and to chain enumerator operations together\n to form higher-level operations.\n\n EnumeratorKit extends the Foundation collection classes, and enables\n you to easily include the same functionality in your own custom\n collection classes.\n",
"requires_arc": true,
"homepage": "https://github.com/sharplet/EnumeratorKit",
"license": "MIT",
"authors": {
"Adam Sharp": "adsharp@me.com"
},
"source": {
"git": "https://github.com/sharplet/EnumeratorKit.git",
"tag": "1.0.0"
},
"source_files": "EnumeratorKit/EnumeratorKit.h",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "EnumeratorKit/Core",
"dependencies": {
"EnumeratorKit/EKFiber": [
]
}
},
{
"name": "EKFiber",
"source_files": "EnumeratorKit/EKFiber"
}
]
}