blob: 38d274248a7dd707c70ae42ec33e2b1ad979592a [file] [log] [blame]
{
"name": "PopBounceButton",
"version": "1.1.1",
"platforms": {
"ios": "9.0"
},
"summary": "A customizable animated button inspired by the familiar button stack from Tinder.",
"description": "A customizable animated button built with Facebook's Pop animation library. Inspired by the familiar button stack from Tinder.",
"homepage": "https://github.com/mac-gallagher/PopBounceButton",
"screenshots": [
"https://raw.githubusercontent.com/mac-gallagher/PopBounceButton/master/Images/example.gif",
"https://raw.githubusercontent.com/mac-gallagher/PopBounceButton/master/Images/tinder_demo.gif"
],
"documentation_url": "https://github.com/mac-gallagher/PopBounceButton/tree/master/README.md",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Mac Gallagher": "jmgallagher36@gmail.com"
},
"source": {
"git": "https://github.com/mac-gallagher/PopBounceButton.git",
"tag": "v1.1.1"
},
"swift_version": "4.1",
"source_files": "PopBounceButton/Classes/**/*",
"dependencies": {
"pop": [
"~> 1.0"
]
}
}