[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / a / 6 / b / JAQBlurryTableViewController / 1.0.0 / JAQBlurryTableViewController.podspec.json
blob9a8328f34afbc783ca075e94bf16ade0297125f1
2   "name": "JAQBlurryTableViewController",
3   "version": "1.0.0",
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",
8   "license": "MIT",
9   "authors": {
10     "Javier Querol": "querol.javi@gmail.com"
11   },
12   "source": {
13     "git": "https://github.com/javierquerol/JAQBlurryTableViewController.git",
14     "tag": "1.0.0"
15   },
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "Pod/Classes/**/*.*",
21   "resource_bundles": {
22     "JAQBlurryTableViewController": [
23       "Pod/Assets/*.png"
24     ]
25   }