blob: 3cc83c3fff2dcd5ff99452eac9e6af5e108ca1f7 [file] [log] [blame]
{
"name": "ObjectiveSugar",
"version": "0.8",
"summary": "Objective C additions for humans. Ruby style.",
"homepage": "https://github.com/mneorr/ObjectiveSugar",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Marin Usalj": "mneorr@gmail.com"
},
"source": {
"git": "https://github.com/mneorr/ObjectiveSugar.git",
"tag": "0.8"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": false
}