blob: f0382b785e834077bceba5c11fec6e12cc4d86c6 [file] [log] [blame]
{
"name": "SwiftyButton",
"version": "0.6.0",
"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.6.0"
},
"source_files": "SwiftyButton/*.swift",
"frameworks": "UIKit",
"requires_arc": true,
"platforms": {
"ios": "8.0"
},
"pushed_with_swift_version": "3.0"
}