blob: 22a517b5245b95eb5bda68ba91e715915a5be870 [file] [log] [blame]
{
"name": "DesignableButton",
"version": "1.0.1",
"summary": "Design it on Storyboard. A fully customizable button without the hassle.",
"description": "Created with prototypers and designers in mind, DesignableButton lets you design a button with a full custom layout and elements inside of it. Don't worry about implementing UITapGestureRecognizers, overriding touchesEnded or another hack used for making a custom view tapable. \n\nIn adition, DesignableButton supports a customizable highlight behavior. Just tell it which subviews you want to highlight at tap.",
"homepage": "https://github.com/cruzdiego/DesignableButton",
"license": "MIT",
"authors": {
"Diego Cruz": "diego.cruz@icloud.com"
},
"source": {
"git": "https://github.com/cruzdiego/DesignableButton.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"DesignableButton": [
"Pod/Assets/*.png"
]
},
"frameworks": "UIKit"
}