[Add] FaceSDKNightly 6.3.2275
[CocoaPods.git] / Specs / a / e / 6 / PopBounceButton / 1.2.1 / PopBounceButton.podspec.json
blobec9bfdc2caceae6835743764ba948ce67e915e72
2   "name": "PopBounceButton",
3   "version": "1.2.1",
4   "platforms": {
5     "ios": "9.0"
6   },
7   "summary": "A customizable animated button inspired by the familiar button stack from Tinder.",
8   "description": "A customizable animated button built with Facebook's Pop animation library. Inspired by the familiar button stack from Tinder.",
9   "homepage": "https://github.com/mac-gallagher/PopBounceButton",
10   "screenshots": [
11     "https://raw.githubusercontent.com/mac-gallagher/PopBounceButton/master/Images/example.gif",
12     "https://raw.githubusercontent.com/mac-gallagher/PopBounceButton/master/Images/tinder_demo.gif"
13   ],
14   "documentation_url": "https://github.com/mac-gallagher/PopBounceButton/tree/master/README.md",
15   "license": {
16     "type": "MIT",
17     "file": "LICENSE"
18   },
19   "authors": {
20     "Mac Gallagher": "jmgallagher36@gmail.com"
21   },
22   "source": {
23     "git": "https://github.com/mac-gallagher/PopBounceButton.git",
24     "tag": "v1.2.1"
25   },
26   "swift_version": "4.2",
27   "source_files": "PopBounceButton/Classes/**/*",
28   "dependencies": {
29     "pop": [
30       "~> 1.0"
31     ]
32   }