| { |
| "name": "VGParallaxHeader", |
| "version": "0.0.6", |
| "platforms": { |
| "ios": "7.0" |
| }, |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "summary": "Only Parallax Header Class that should work with all kinds of Table Views and Scroll Views while using Auto Layout.", |
| "homepage": "https://github.com/stoprocent/VGParallaxHeader", |
| "authors": { |
| "Marek Serafin": "marek@snowheads.pl" |
| }, |
| "source": { |
| "git": "https://github.com/stoprocent/VGParallaxHeader.git", |
| "tag": "v0.0.6" |
| }, |
| "description": "Only Parallax Header Class that should work with all kinds of Table Views (Including usage of Section Headers) and Scroll Views while using Auto Layout.", |
| "frameworks": "QuartzCore", |
| "source_files": "VGParallaxHeader/*.{h,m}", |
| "dependencies": { |
| "PureLayout": [ |
| |
| ] |
| }, |
| "requires_arc": true |
| } |