blob: 9a8328f34afbc783ca075e94bf16ade0297125f1 [file] [log] [blame]
{
"name": "JAQBlurryTableViewController",
"version": "1.0.0",
"summary": "UITableViewController with a Blurry Header that unblurs when scrolling up, like Tweetbot.",
"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",
"homepage": "https://github.com/javierquerol/JAQBlurryTableViewController",
"screenshots": "https://dl.dropboxusercontent.com/u/15831273/JAQBlurryDemo.gif",
"license": "MIT",
"authors": {
"Javier Querol": "querol.javi@gmail.com"
},
"source": {
"git": "https://github.com/javierquerol/JAQBlurryTableViewController.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*.*",
"resource_bundles": {
"JAQBlurryTableViewController": [
"Pod/Assets/*.png"
]
}
}