blob: f812fe24a8d92893b93f1d893ae06ded4c172349 [file] [log] [blame]
{
"name": "SpringButton",
"version": "0.1.2",
"summary": "A custom UIButton with a spring animation.",
"description": "A subclass of UIButton. SpringButton applies a beautiful spring animation when tapped.",
"homepage": "https://github.com/josharnoldjosh/SpringButton",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"josharnoldjosh": "jarnold@ucdavis.edu"
},
"source": {
"git": "https://github.com/josharnoldjosh/SpringButton.git",
"tag": "0.1.2"
},
"platforms": {
"ios": "12.0"
},
"source_files": "SpringButton/Classes/**/*",
"dependencies": {
"SnapKit": [
"~> 5.0.0"
],
"pop": [
]
},
"swift_versions": "5.0",
"swift_version": "5.0"
}