blob: 842075766164d8bd9f1b8099bffec0d21edff3a8 [file] [log] [blame]
{
"name": "MRCEnumerable",
"version": "0.0.1",
"summary": "Implementation of common Ruby Enumerable module methods as a category in Objective-C.",
"homepage": "http://github.com/crafterm/MRCEnumerable",
"license": {
"type": "MIT",
"file": "MIT-LICENSE"
},
"authors": {
"Marcus Crafter": "crafterm@redartisan.com"
},
"source": {
"git": "https://github.com/crafterm/MRCEnumerable.git",
"commit": "c1238b41b9"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "*.{h,m}",
"requires_arc": false
}