blob: f793980a6e85fa8c48c19a0fc74dafd2ff20038f [file] [log] [blame]
{
"name": "ObjectiveSugar",
"version": "0.2",
"summary": "ObjectiveC 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.2"
},
"platforms": {
"ios": "5.0",
"osx": "10.7"
},
"source_files": "src/**/*.{h,m}",
"requires_arc": false
}