blob: 0ab5cfadd361b40aaaafe44811940fec3e303fe2 [file] [log] [blame]
{
"name": "Collections",
"version": "0.1.2",
"summary": "Bringing Smalltalk and Ruby collections methods to Objective-C since 2011",
"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",
"homepage": "https://github.com/mdippery/collections",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Dippery": "michael@monkey-robot.com"
},
"source": {
"git": "https://github.com/mdippery/collections.git",
"tag": "v0.1.2"
},
"source_files": "Source",
"requires_arc": false,
"platforms": {
"ios": "5.1",
"osx": "10.6"
}
}