[Add] DoordeckSDK 0.42.0
[CocoaPods.git] / Specs / 0 / 8 / 9 / MCBouncyButton / 1.0.0 / MCBouncyButton.podspec.json
blob6fe14a4b3c493bea5505c16118de3a04614822ef
2   "name": "MCBouncyButton",
3   "version": "1.0.0",
4   "summary": "An iOS bouncy button with Pop.",
5   "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",
6   "homepage": "https://github.com/Shrugs/MCBouncyButton",
7   "screenshots": "https://raw.githubusercontent.com/Shrugs/MCBouncyButton/master/mcbouncybutton.gif",
8   "license": "MIT",
9   "authors": {
10     "Matt Condon (Shrugs)": "m@cond.in"
11   },
12   "social_media_url": "http://twitter.com/mattgcondon",
13   "platforms": {
14     "ios": "6.0"
15   },
16   "source": {
17     "git": "https://github.com/Shrugs/MCBouncyButton.git",
18     "tag": "1.0.0"
19   },
20   "source_files": "MCBouncyButton/*.{h,m}",
21   "frameworks": "UIKit",
22   "requires_arc": true,
23   "dependencies": {
24     "pop": [
25       "~> 1.0"
26     ]
27   }