[Add] ZJSDK 2.5.7.5
[CocoaPods.git] / Specs / a / 9 / f / Collections / 0.1.1 / Collections.podspec.json
blob5266c6a9c81a84b709db8407659fcf93174607d5
2   "name": "Collections",
3   "version": "0.1.1",
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\n                   In a nutshell, libCollections seeks to add some a\n                   functional programming flair to the standard collections\n                   and string classes on OS X and iOS.\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.1"
17   },
18   "source_files": "Source",
19   "requires_arc": false,
20   "platforms": {
21     "ios": "5.1",
22     "osx": "10.5"
23   }