blob: 85a05e5b05edc8e8e62a18b221532c5b109c21b5 [file] [log] [blame]
{
"name": "SwiftyButton",
"version": "0.8.2",
"summary": "Simple and customizable button in Swift",
"description": "SwiftyButton allows you to fully customize the style of your buttons with two UIButton subclasses: `FlatButton` and `PressableButton`.",
"homepage": "https://github.com/TakeScoop/SwiftyButton",
"license": "MIT",
"authors": {
"Scoop": "ops@takescoop.com"
},
"source": {
"git": "https://github.com/TakeScoop/SwiftyButton.git",
"tag": "0.8.2"
},
"source_files": "SwiftyButton/*.swift",
"frameworks": "UIKit",
"requires_arc": true,
"platforms": {
"ios": "8.0"
}
}