blob: 47a7ee9169b8d3d484e73fb80dca63c251beae43 [file] [log] [blame]
{
"name": "Underscore.m",
"version": "0.2.1",
"license": "MIT",
"summary": "A functional toolbelt for Objective-C.",
"homepage": "https://github.com/robb/Underscore.m",
"authors": {
"Robert Böhnke": "robb@robb.is"
},
"source": {
"git": "https://github.com/robb/Underscore.m.git",
"tag": "0.2.1"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"description": "Underscore.m is an Objective-C library inspired by underscore.js.",
"source_files": "Underscore/**/*.{h,m}",
"requires_arc": true
}