[Add] Fyber_FMPAdapter 8.3.4
[CocoaPods.git] / Specs / 0 / 8 / 3 / ParallaxBlur / 0.1.1 / ParallaxBlur.podspec.json
blob54186de50bfb56122d09881c0430d20897f9bf97
2   "name": "ParallaxBlur",
3   "version": "0.1.1",
4   "summary": "Easy to subclass parallax UITableController w/ blurring image header, floating header, and UIScrollView for content",
5   "homepage": "https://github.com/pyro2927/ParallaxBlur",
6   "screenshots": "https://raw.githubusercontent.com/pyro2927/ParallaxBlur/master/preview.gif",
7   "license": "MIT",
8   "authors": {
9     "pyro2927": "joseph@pintozzi.com"
10   },
11   "source": {
12     "git": "https://github.com/pyro2927/ParallaxBlur.git",
13     "tag": "0.1.1"
14   },
15   "social_media_url": "https://twitter.com/pyro2927",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes",
21   "public_header_files": "Pod/Classes/**/*.h",
22   "dependencies": {
23     "FXBlurView": [
24       "~> 1.6.2"
25     ]
26   }