blob: 9785c65f858f9903f478c33dad624f3dfdfe16bf [file] [log] [blame]
{
"name": "ObjectiveSugar",
"version": "1.0.0",
"summary": "Objective C additions for humans. Write ObjC _like a boss_.",
"description": "-map, -each, -select, unless(true){}, -includes, -upto, -downto, and many more!",
"homepage": "https://github.com/mneorr/ObjectiveSugar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marin Usalj": "mneorr@gmail.com",
"Neil Cowburn": "git@neilcowburn.com"
},
"source": {
"git": "https://github.com/mneorr/ObjectiveSugar.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": false
}