[Add] ZohoDeskPortalAPIKit 4.0.5
[CocoaPods.git] / Specs / a / 9 / f / Collections / 0.1.0 / Collections.podspec.json
blob5646f3e2b625eb6da49e3c7f16abddd3a12f6089
2   "name": "Collections",
3   "version": "0.1.0",
4   "summary": "Bringing Smalltalk and Ruby collections methods to Objective-C since 2011",
5   "description": "                   **libCollections** is an Objective-C library that brings\n                   methods from Smalltalk's collection protocol and Ruby's\n                   Enumerable mixin to Objective-C. It adds these methods\n                   as categories to the Foundation framework's collections\n                   and string classes.\n",
6   "homepage": "https://github.com/mdippery/collections",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michael Dippery": "michael@monkey-robot.com"
13   },
14   "source": {
15     "git": "https://github.com/mdippery/collections.git",
16     "tag": "v0.1.0"
17   },
18   "source_files": "Source",
19   "requires_arc": false,
20   "platforms": {
21     "ios": "5.1",
22     "osx": "10.5"
23   }