blob: 5646f3e2b625eb6da49e3c7f16abddd3a12f6089 [file] [log] [blame]
{
"name": "Collections",
"version": "0.1.0",
"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",
"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.0"
},
"source_files": "Source",
"requires_arc": false,
"platforms": {
"ios": "5.1",
"osx": "10.5"
}
}