blob: d1c836aa5ec8e8bf01a819a39b4d73812f1a45ca [file] [log] [blame]
{
"name": "PopBounceButton",
"version": "1.0.1",
"summary": "A highly-customizable animated button inspired by the familiar button stack from Tinder.",
"description": "A highly-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/Screenshots/example.gif",
"https://raw.githubusercontent.com/mac-gallagher/PopBounceButton/master/Screenshots/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"
},
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/mac-gallagher/PopBounceButton.git",
"tag": "1.0.1"
},
"source_files": "Sources/**/*",
"swift_version": "4.1",
"frameworks": [
"UIKit",
"pop"
],
"dependencies": {
"pop": [
"~> 1.0"
]
}
}