| { |
| "name": "RKParallaxEffect", |
| "version": "1.0.1", |
| "summary": "RKParallaxEffect is written in Swift and provides API to create a parallax effect on UITableHeaderView", |
| "homepage": "https://rahulkatariya.github.io/RKParallaxEffect", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Rahul Katariya": "rahulkatariya@me.com" |
| }, |
| "source": { |
| "git": "https://github.com/RahulKatariya/RKParallaxEffect.git", |
| "tag": "1.0.1" |
| }, |
| "social_media_url": "https://twitter.com/rahulkatariya91", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "requires_arc": true, |
| "source_files": "RKParallaxEffect/RKParallaxEffect/*.swift" |
| } |