| { |
| "name": "ParallaxBlur", |
| "version": "0.1.1", |
| "summary": "Easy to subclass parallax UITableController w/ blurring image header, floating header, and UIScrollView for content", |
| "homepage": "https://github.com/pyro2927/ParallaxBlur", |
| "screenshots": "https://raw.githubusercontent.com/pyro2927/ParallaxBlur/master/preview.gif", |
| "license": "MIT", |
| "authors": { |
| "pyro2927": "joseph@pintozzi.com" |
| }, |
| "source": { |
| "git": "https://github.com/pyro2927/ParallaxBlur.git", |
| "tag": "0.1.1" |
| }, |
| "social_media_url": "https://twitter.com/pyro2927", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "requires_arc": true, |
| "source_files": "Pod/Classes", |
| "public_header_files": "Pod/Classes/**/*.h", |
| "dependencies": { |
| "FXBlurView": [ |
| "~> 1.6.2" |
| ] |
| } |
| } |