blob: edaf9275528f7538dba51c7a368745d7d76a92ee [file] [log] [blame]
{
"name": "Underscore.m",
"version": "0.0.1.pre.1",
"license": {
"type": "MIT",
"text": "Copyright (C) 2012 Robert Böhnke\n\nPermission is hereby granted, free of charge, to any person obtaining a copy of\nthis software and associated documentation files (the \"Software\"), to deal in\nthe Software without restriction, including without limitation the rights to\nuse, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of\nthe Software, and to permit persons to whom the Software is furnished to do so,\nsubject to the following conditions:\n\nThe above copyright notice and this permission notice shall be included in all\ncopies or substantial portions of the Software.\n\nTHE SOFTWARE IS PROVIDED \"AS IS\", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR\nIMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS\nFOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR\nCOPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER\nIN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN\nCONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.\n"
},
"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.0.1.pre.1"
},
"description": "Underscore.m is an Objective-C library inspired by underscore.js.",
"source_files": "Underscore/**/*.{h,m}",
"requires_arc": true
}