blob: e84411e2ab295452f641c7c5deaf01d7a96db47b [file] [log] [blame]
{
"name": "SWParallaxScrollView",
"version": "0.1.1",
"summary": "A UIScrollView subclass with multiple layers and a parallax effect.",
"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",
"homepage": "https://github.com/5sw/SWParallaxScrollView",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Sven Weidauer": "sven@5sw.de"
},
"social_media_url": "http://twitter.com/5sw_de",
"platforms": {
"ios": "5.0"
},
"source": {
"git": "https://github.com/5sw/SWParallaxScrollView.git",
"tag": "0.1.1"
},
"source_files": [
"Classes",
"Classes/*.{h,m}"
],
"public_header_files": "Classes/*.h",
"requires_arc": true,
"libraries": "c++",
"xcconfig": {
"CLANG_CXX_LANGUAGE_STANDARD": "c++11",
"CLANG_CXX_LIBRARY": "libc++"
}
}