[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / 8 / 3 / ParallaxBlur / 0.1.2 / ParallaxBlur.podspec.json
blobd689a6bf62b5ef6bba2414ccf0ad103bf2fec3d4
2   "name": "ParallaxBlur",
3   "version": "0.1.2",
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.2"
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   }