blob: 6fe14a4b3c493bea5505c16118de3a04614822ef [file] [log] [blame]
{
"name": "MCBouncyButton",
"version": "1.0.0",
"summary": "An iOS bouncy button with Pop.",
"description": " MCBouncyButton is a subclass of UIButton that leverages Pop to pleasantly bounce due to user interaction.\n Supports preconfigured styles (default and selected) and you can add your own.\n",
"homepage": "https://github.com/Shrugs/MCBouncyButton",
"screenshots": "https://raw.githubusercontent.com/Shrugs/MCBouncyButton/master/mcbouncybutton.gif",
"license": "MIT",
"authors": {
"Matt Condon (Shrugs)": "m@cond.in"
},
"social_media_url": "http://twitter.com/mattgcondon",
"platforms": {
"ios": "6.0"
},
"source": {
"git": "https://github.com/Shrugs/MCBouncyButton.git",
"tag": "1.0.0"
},
"source_files": "MCBouncyButton/*.{h,m}",
"frameworks": "UIKit",
"requires_arc": true,
"dependencies": {
"pop": [
"~> 1.0"
]
}
}