blob: 7a3820d424c8ab2fbeb04ef4f2e90f9c1716fe78 [file] [log] [blame]
{
"name": "EnumeratorKit",
"version": "0.1.2",
"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",
"platforms": {
"ios": "5.1.1"
},
"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": "0.1.2"
},
"source_files": "EnumeratorKit/EnumeratorKit.h",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": [
"EnumeratorKit/Core",
"EnumeratorKit/EnumeratorKit.h"
],
"dependencies": {
"EnumeratorKit/EKFiber": [
]
}
},
{
"name": "EKFiber",
"source_files": [
"EnumeratorKit/EKFiber",
"EnumeratorKit/EnumeratorKit.h"
]
}
]
}