blob: 20e1caef8692393b78078119e6aed8fc1198e025 [file] [log] [blame]
{
"name": "ObjectiveSugar",
"version": "1.1.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.1.0"
},
"platforms": {
"ios": "4.0",
"osx": "10.6"
},
"requires_arc": true,
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
]
}