blob: 668ed9c8eb2f6b6a33fe6cfe68cbeb56d14a4b01 [file] [log] [blame]
{
"name": "PopBounceButton",
"version": "1.0.0",
"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",
"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.0"
},
"source_files": "PopBounceButton/PopBounceButton/**/*",
"frameworks": [
"UIKit",
"pop"
],
"dependencies": {
"pop": [
"~> 1.0"
]
}
}