| { |
| "name": "SYNScrollViewObserverEffects", |
| "version": "0.1.1", |
| "summary": "A number of view effects based on observing the content offset of a scrollview..", |
| "description": " SYNScrollViewObserverEffects is a collection of effects that can be easily added to view controllers containing\n scroll views to provide some nice visual effects.\n\n Note: Most of the effects are compatible with iOS 6.0 but not all. The blur effect in particular requires 7.0.\n", |
| "homepage": "http://github.com/samus/SYNScrollViewObserverEffects", |
| "screenshots": [ |
| "https://raw.githubusercontent.com/samus/SYNScrollViewObserverEffects/0.1.1/Readme_Images/parallaxdemo1.png", |
| "https://raw.githubusercontent.com/samus/SYNScrollViewObserverEffects/0.1.1/Readme_Images/parallaxdemo2.png" |
| ], |
| "license": "MIT", |
| "authors": { |
| "Sam Corder": "sam.corder@gmail.com" |
| }, |
| "source": { |
| "git": "https://github.com/samus/SYNScrollViewObserverEffects.git", |
| "tag": "0.1.1" |
| }, |
| "social_media_url": "https://twitter.com/SamCorder", |
| "platforms": { |
| "ios": "6.0" |
| }, |
| "requires_arc": true, |
| "source_files": "SYNScrollViewObserverEffects" |
| } |