blob: b94bebfe42b6fdacf39ad14998eb108c2ced2d90 [file] [log] [blame]
{
"name": "DProperty",
"version": "0.0.1",
"summary": "Making it possible to add a property in a Objective-C category",
"description": "\tMaking it possible to add a property in a Objective-C category. \n",
"homepage": "https://github.com/kissrobber/DProperty",
"license": "MIT",
"authors": {
"kissrobber": "kissrobber@gmail.com"
},
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/kissrobber/DProperty.git",
"tag": "0.0.1"
},
"source_files": [
"Classes",
"Classes/**/*.{h,m}"
],
"requires_arc": false
}