[Add] FCVideo 3.2.21
[CocoaPods.git] / Specs / 3 / f / 9 / SAParallaxViewControllerSwift / 1.5.0 / SAParallaxViewControllerSwift.podspec.json
blob5557c63e3bdc3a865329a2f4891a875a921d885b
2   "name": "SAParallaxViewControllerSwift",
3   "version": "1.5.0",
4   "summary": "SAParallaxViewControllerSwift realizes parallax scrolling with blur effect. In addition, it realizes seamless opening transition.",
5   "homepage": "https://github.com/marty-suzuki/SAParallaxViewControllerSwift",
6   "license": "MIT",
7   "authors": {
8     "Taiki Suzuki": "s1180183@gmail.com"
9   },
10   "source": {
11     "git": "https://github.com/marty-suzuki/SAParallaxViewControllerSwift.git",
12     "tag": "1.5.0"
13   },
14   "social_media_url": "https://twitter.com/marty_suzuki",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "requires_arc": true,
19   "source_files": "SAParallaxViewControllerSwift/*.{swift}",
20   "dependencies": {
21     "SABlurImageView": [
22       "~> 2.2.0"
23     ],
24     "MisterFusion": [
25       "~> 1.4.0"
26     ]
27   }