blob: 484300aa4bc901066a3c5f1068e5a5629281a030 [file] [log] [blame]
{
"name": "OBShapedButton",
"version": "1.0.1",
"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.0.1"
},
"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": false
}