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