blob: afb4acfd67d8500d5d8e8cd8ca9487c9c4ec8d84 [file] [log] [blame]
{
"name": "DKRoundedRectButton",
"version": "1.0.0",
"summary": "An AppStore's buy button-styled button.",
"description": "A custom UIButton subclass that has the look\nand feeling of the rounded rect buttons, found\nin the AppStore along with some other Apple's apps",
"homepage": "https://github.com/danchoys/DKRoundedRectButton",
"screenshots": "http://imgur.com/CEmisEa.gif",
"license": "MIT",
"authors": {
"Daniil Konoplev": "danchoys@icloud.com"
},
"source": {
"git": "https://github.com/danchoys/DKRoundedRectButton.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.1"
},
"requires_arc": true,
"source_files": "DKRoundedRectButton/*.{h,m}",
"frameworks": "UIKit"
}