[Add] FaceSDKNightly 6.3.2275
[CocoaPods.git] / Specs / a / e / 6 / PopBounceButton / 1.0.2 / PopBounceButton.podspec.json
blob857e8924f386f38ae8b919d538b9fa651df88dba
2   "name": "PopBounceButton",
3   "version": "1.0.2",
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   "screenshots": [
8     "https://raw.githubusercontent.com/mac-gallagher/PopBounceButton/master/Screenshots/example.gif",
9     "https://raw.githubusercontent.com/mac-gallagher/PopBounceButton/master/Screenshots/tinder_demo.gif"
10   ],
11   "documentation_url": "https://github.com/mac-gallagher/PopBounceButton/tree/master/README.md",
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "authors": {
17     "Mac Gallagher": "jmgallagher36@gmail.com"
18   },
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source": {
23     "git": "https://github.com/mac-gallagher/PopBounceButton.git",
24     "tag": "1.0.2"
25   },
26   "source_files": "Sources/**/*",
27   "swift_version": "4.1",
28   "frameworks": [
29     "UIKit",
30     "pop"
31   ],
32   "dependencies": {
33     "pop": [
34       "~> 1.0"
35     ]
36   }