blob: b3bc2dec977457ab6b51b17b0c3a2df87230d4e0 [file] [log] [blame]
{
"name": "SYNScrollViewObserverEffects",
"version": "0.1.3",
"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.3/Readme_Images/parallaxdemo1.png",
"https://raw.githubusercontent.com/samus/SYNScrollViewObserverEffects/0.1.3/Readme_Images/parallaxdemo2.png"
],
"license": "MIT",
"authors": {
"Sam Corder": "sam.corder@gmail.com"
},
"source": {
"git": "https://github.com/samus/SYNScrollViewObserverEffects.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/SamCorder",
"platforms": {
"ios": "6.0"
},
"requires_arc": true,
"source_files": "SYNScrollViewObserverEffects"
}