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