blob: 6f915e6c07fcdf202eb5d3585eba87fa36f4ebae [file] [log] [blame]
{
"name": "SwiftFillButton",
"version": "1.0.0",
"summary": "SwiftFillButton is a subclass of UIButton that fills up when clicked.",
"description": "SwiftFillButton is a subclass of UIButton. When the user clicks on the button, the background changes to the desired color. The button also zooms in and/or makes the text bold on a click event.",
"homepage": "https://github.com/kha26/SwiftFillButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"kha26": "kha26@cornell.edu"
},
"source": {
"git": "https://github.com/kha26/SwiftFillButton.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "3.2",
"source_files": "SwiftFillButton/Classes/**/*"
}