2 "name": "StrechyParallaxScrollView",
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",
9 "Cem Olcay": "ccemolcay@gmail.com"
15 "git": "https://github.com/cemolcay/StrechyParallaxScrollView.git",
18 "source_files": "StrechyParallaxScrollView/StrechyParallaxScrollView/*.{h,m}",
19 "frameworks": "UIKit",