blob: 8998e688c35dd56ee151025107dc1b02907a7295 [file] [log] [blame]
{
"name": "OBShapedButton",
"version": "1.1.0",
"license": "MIT",
"summary": "A UIButton subclass that works with non-rectangular button shapes.",
"homepage": "https://github.com/ole/OBShapedButton",
"authors": {
"Ole Begemann": "ole@oleb.net"
},
"source": {
"git": "https://github.com/ole/OBShapedButton.git",
"tag": "1.1.0"
},
"description": "Instances of OBShapedButton respond to touches only in areas where the image that is assigned to the button for UIControlStateNormal is non-transparent.",
"platforms": {
"ios": null
},
"source_files": [
"OBShapedButton/**/*.{h,m}",
"UIImage+ColorAtPixel/**/*.{h,m}"
],
"requires_arc": true
}