[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / b / 7 / c / EnumeratorKit / 0.1.2 / EnumeratorKit.podspec.json
blob7a3820d424c8ab2fbeb04ef4f2e90f9c1716fe78
2   "name": "EnumeratorKit",
3   "version": "0.1.2",
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": "5.1.1"
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.2"
18   },
19   "source_files": "EnumeratorKit/EnumeratorKit.h",
20   "default_subspecs": "Core",
21   "subspecs": [
22     {
23       "name": "Core",
24       "source_files": [
25         "EnumeratorKit/Core",
26         "EnumeratorKit/EnumeratorKit.h"
27       ],
28       "dependencies": {
29         "EnumeratorKit/EKFiber": [
31         ]
32       }
33     },
34     {
35       "name": "EKFiber",
36       "source_files": [
37         "EnumeratorKit/EKFiber",
38         "EnumeratorKit/EnumeratorKit.h"
39       ]
40     }
41   ]