[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / e / 6 / PopBounceButton / 1.0.0 / PopBounceButton.podspec.json
blob668ed9c8eb2f6b6a33fe6cfe68cbeb56d14a4b01
2   "name": "PopBounceButton",
3   "version": "1.0.0",
4   "summary": "A highly-customizable animated button inspired by the familiar button stack from Tinder.",
5   "description": "A highly-customizable animated button built with Facebook's Pop animation library. Inspired by the familiar button stack from Tinder.",
6   "homepage": "https://github.com/mac-gallagher/PopBounceButton",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Mac Gallagher": "jmgallagher36@gmail.com"
13   },
14   "platforms": {
15     "ios": "8.0"
16   },
17   "source": {
18     "git": "https://github.com/mac-gallagher/PopBounceButton.git",
19     "tag": "1.0.0"
20   },
21   "source_files": "PopBounceButton/PopBounceButton/**/*",
22   "frameworks": [
23     "UIKit",
24     "pop"
25   ],
26   "dependencies": {
27     "pop": [
28       "~> 1.0"
29     ]
30   }