[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / e / 4 / b / StrechyParallaxScrollView / 0.1 / StrechyParallaxScrollView.podspec.json
blob510ea4da57f40052081eacdbf3009b720d06c236
2   "name": "StrechyParallaxScrollView",
3   "version": "0.1",
4   "summary": "uiscrollview with strechy and parallax top view",
5   "description": "  StrechyParallaxScrollView\n  =========================\n\n  uiscrollview with strechy and parallax top view\n\n\n  Demo\n  ====\n\n  ![alt tag](https://raw.githubusercontent.com/cemolcay/StrechyParallaxScrollView/master/StrechyParallaxScrollView/demo.gif)\n\n\n  Usage\n  =====\n\n  Copy StrechyParallaxScrollView.h/m files to your project.\n\n      //create the top view\n      UIView *topView = [UIView new];\n      ...\n\n      //create scroll view with top view just created\n      StrechyParallaxScrollView *strechy = [[StrechyParallaxScrollView alloc] initWithFrame:self.view.frame andTopView:topView];\n\n      //add it to your controllers view\n      [self.view addSubview:strechy];\n\n\n\n  Optional Values\n  ---------------\n  CGFloat parallaxWeight: parallax speed of top view\n\n  BOOL strechs: enable/disable streching behaviour (enabled default)\n\n  BOOL parallax: enable/disable parallax behaviour (enabled default)\n",
6   "homepage": "https://github.com/cemolcay/StrechyParallaxScrollView",
7   "license": "MIT",
8   "authors": {
9     "Cem Olcay": "ccemolcay@gmail.com"
10   },
11   "platforms": {
12     "ios": null
13   },
14   "source": {
15     "git": "https://github.com/cemolcay/StrechyParallaxScrollView.git",
16     "tag": "v0.1"
17   },
18   "source_files": "StrechyParallaxScrollView/StrechyParallaxScrollView/*.{h,m}",
19   "frameworks": "UIKit",
20   "requires_arc": true