[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / f / 0 / d / BouncyPageViewController / 0.1.1 / BouncyPageViewController.podspec.json
blob92f5da5327a2f03686423b09a99faf423b3aff98
2   "name": "BouncyPageViewController",
3   "version": "0.1.1",
4   "summary": "Page view controller with bounce effect",
5   "description": "Page view controller with bounce effect inspired by motion design by Stan Yakushevish.",
6   "homepage": "https://github.com/BohdanOrlov/BouncyPageViewController",
7   "screenshots": [
8     "https://github.com/BohdanOrlov/BouncyPageViewController/blob/master/GIFs/dribble.gif?raw=true",
9     "https://github.com/BohdanOrlov/BouncyPageViewController/blob/master/GIFs/bouncyDemo.gif?raw=true"
10   ],
11   "license": {
12     "type": "MIT",
13     "file": "LICENSE"
14   },
15   "authors": {
16     "Bohdan Orlov": "bohdan.orlov@gmail.com"
17   },
18   "source": {
19     "git": "https://github.com/BohdanOrlov/BouncyPageViewController.git",
20     "tag": "0.1.1"
21   },
22   "social_media_url": "https://twitter.com/bohdan_orlov",
23   "platforms": {
24     "ios": "8.0"
25   },
26   "source_files": "BouncyPageViewController/Classes/**/*",
27   "dependencies": {
28     "RBBAnimation": [
29       "0.4.0"
30     ]
31   }