| { |
| "name": "RDParallaxController", |
| "version": "0.2.0", |
| "summary": "Add a parallax top view to any UIScrollView just from InterfaceBuilder — no code required", |
| "homepage": "http://redetection.github.io/RDParallaxController/", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "ReDetection": "redetection@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/ReDetection/RDParallaxController.git", |
| "tag": "0.2.0" |
| }, |
| "source_files": "RDParallaxController/*.{h,m}", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "requires_arc": true |
| } |