2 "name": "JAQBlurryTableViewController",
4 "summary": "UITableViewController with a Blurry Header that unblurs when scrolling up, like Tweetbot.",
5 "description": "```objective-c\n[self configureBannerWithImage:[UIImage imageNamed:@\"cats\"]];\n```\nor\n```objective-c\n[self configureBannerWithImage:[UIImage imageNamed:@\"cats\"] blurRadius:12 blurTintColor:[UIColor colorWithWhite:0 alpha:0.5] saturationFactor:1];\n```\n\nYou can add as many views as you want to self.contentView, all the views holded by the contentView will change their alpha when scrolling.\n",
6 "homepage": "https://github.com/javierquerol/JAQBlurryTableViewController",
7 "screenshots": "https://dl.dropboxusercontent.com/u/15831273/JAQBlurryDemo.gif",
10 "Javier Querol": "querol.javi@gmail.com"
13 "git": "https://github.com/javierquerol/JAQBlurryTableViewController.git",
20 "source_files": "Pod/Classes/**/*.*",
22 "JAQBlurryTableViewController": [