[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / b / 7 / c / EnumeratorKit / 1.0.0 / EnumeratorKit.podspec.json
bloba56e53e8271f010ad7b9aa482a0c29dd54a69d5d
2   "name": "EnumeratorKit",
3   "version": "1.0.0",
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",
6   "requires_arc": true,
7   "homepage": "https://github.com/sharplet/EnumeratorKit",
8   "license": "MIT",
9   "authors": {
10     "Adam Sharp": "adsharp@me.com"
11   },
12   "source": {
13     "git": "https://github.com/sharplet/EnumeratorKit.git",
14     "tag": "1.0.0"
15   },
16   "source_files": "EnumeratorKit/EnumeratorKit.h",
17   "default_subspecs": "Core",
18   "subspecs": [
19     {
20       "name": "Core",
21       "source_files": "EnumeratorKit/Core",
22       "dependencies": {
23         "EnumeratorKit/EKFiber": [
25         ]
26       }
27     },
28     {
29       "name": "EKFiber",
30       "source_files": "EnumeratorKit/EKFiber"
31     }
32   ]