[Add] ZJSDK 2.5.8.12
[CocoaPods.git] / Specs / f / e / 3 / SWParallaxScrollView / 0.1.1 / SWParallaxScrollView.podspec.json
blobe84411e2ab295452f641c7c5deaf01d7a96db47b
2   "name": "SWParallaxScrollView",
3   "version": "0.1.1",
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",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Sven Weidauer": "sven@5sw.de"
13   },
14   "social_media_url": "http://twitter.com/5sw_de",
15   "platforms": {
16     "ios": "5.0"
17   },
18   "source": {
19     "git": "https://github.com/5sw/SWParallaxScrollView.git",
20     "tag": "0.1.1"
21   },
22   "source_files": [
23     "Classes",
24     "Classes/*.{h,m}"
25   ],
26   "public_header_files": "Classes/*.h",
27   "requires_arc": true,
28   "libraries": "c++",
29   "xcconfig": {
30     "CLANG_CXX_LANGUAGE_STANDARD": "c++11",
31     "CLANG_CXX_LIBRARY": "libc++"
32   }