blob: 2c553fe6e6d161d90f1cef1b7c872b311f2b20bc [file] [log] [blame]
{
"name": "NBHighlightButton",
"version": "1.0.0",
"summary": "Allows changing the background color of the button when highlighted (i.e. touch down)",
"homepage": "https://github.com/needbee/nbhighlightbutton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Josh Justice": "josh@need-bee.com"
},
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/needbee/nbhighlightbutton.git",
"tag": "1.0.0"
},
"source_files": [
"src",
"src/**/*.{h,m}"
],
"requires_arc": false
}