2 "name": "EnumeratorKit",
4 "summary": "Ruby-style enumeration in Objective-C.",
5 "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",
10 "homepage": "https://github.com/sharplet/EnumeratorKit",
13 "Adam Sharp": "adsharp@me.com"
16 "git": "https://github.com/sharplet/EnumeratorKit.git",
19 "source_files": "EnumeratorKit/EnumeratorKit.h",
20 "default_subspecs": "Core",
26 "EnumeratorKit/EnumeratorKit.h"
29 "EnumeratorKit/EKFiber": [
37 "EnumeratorKit/EKFiber",
38 "EnumeratorKit/EnumeratorKit.h"