blob: 7659f01ca760019daa209e576279d1069b295d3f [file] [log] [blame]
{
"name": "Underscore.m",
"version": "0.1.0",
"license": "MIT",
"summary": "A port of underscore.js to 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.1.0"
},
"description": "Underscore.m is an Objective-C library inspired by underscore.js.",
"source_files": "Underscore/**/*.{h,m}",
"requires_arc": true
}