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