blob: 9f82a2bc271763906b905a11325b01e6cb4f9570 [file] [log] [blame]
{
"name": "NBVariableTargetAreaButton",
"version": "1.0.0",
"summary": "Button that can detect taps a certain range outside of itself, useful for small buttons.",
"homepage": "https://github.com/needbee/nbvariabletargetareabutton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Josh Justice": "josh@need-bee.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/needbee/nbvariabletargetareabutton.git",
"tag": "1.0.0"
},
"source_files": [
"src",
"src/**/*.{h,m}"
],
"requires_arc": false
}