2 "name": "SWParallaxScrollView",
4 "summary": "A UIScrollView subclass with multiple layers and a parallax effect.",
5 "description": " \t\t\t\t\tA UIScrollView subclass that supports multiple layers with parallax scrolling. Layers can either scroll\n\t\t\t\t\tslower or faster than the default scroll view. Layers with a negative value scroll slower while layers with\n\t\t\t\t\ta positive number scroll faster. Layer 0 has no speed adjustments.\n",
6 "homepage": "https://github.com/5sw/SWParallaxScrollView",
12 "Sven Weidauer": "sven@5sw.de"
14 "social_media_url": "http://twitter.com/5sw_de",
19 "git": "https://github.com/5sw/SWParallaxScrollView.git",
26 "public_header_files": "Classes/*.h",
30 "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
31 "CLANG_CXX_LIBRARY": "libc++"