blob: 06c425324391d7ddffd3fe9f149a458462bed8e3 [file] [log] [blame]
{
"name": "AwesomeButton",
"version": "0.2.0",
"summary": "UIButton inheritance with @IBDesignable and @IBInspectable force.",
"description": "AwesomeButton is an open source control with ability to add image and text just using Interface Builder. This control inheritance with IBDesignable and IBInspectable force.",
"homepage": "https://github.com/AndreyPanov/AwesomeButton",
"license": "MIT",
"authors": {
"Andrey Panov": "panovdev@gmail.com"
},
"source": {
"git": "https://github.com/AndreyPanov/AwesomeButton.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.swift",
"resource_bundles": {
"AwesomeButton": [
"Pod/Assets/*.png"
]
}
}