blob: a97a88ac1053517d0d2434177d0fb82581852df0 [file] [log] [blame]
{
"name": "SwiftFillButton",
"version": "1.0.1",
"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.1"
},
"platforms": {
"ios": "10.0"
},
"swift_version": "3.2",
"source_files": "SwiftFillButton/Classes/**/*"
}