[Add] YLProgressHUD 0.0.2
[CocoaPods.git] / Specs / b / 3 / 0 / UIViewController+Dismissible / 0.1.3 / UIViewController+Dismissible.podspec.json
blobb4c2de1bb7e0a64a4c57805731d9d6752ab811a6
2   "name": "UIViewController+Dismissible",
3   "version": "0.1.3",
4   "summary": "Let any modally presented view to be able to be dismissed by touching outside of it.",
5   "description": "                      Use it by including head file and adding \n                      [self.view.window addGestureRecognizer:self.tapBehindGesture];\n                      in viewDidAppear:\n                      [self.view.window removeGestureRecognizer:self.tapBehindGesture];\n                      in viewWillDisappear:\n",
6   "homepage": "https://github.com/DavydLiu/UIViewController-Dismissible",
7   "license": "MIT",
8   "authors": {
9     "Xingruo Liu": "xingruo.liu@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/DavydLiu/UIViewController-Dismissible.git",
13     "tag": "0.1.3"
14   },
15   "social_media_url": "https://twitter.com/DavydLiu",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "UIViewController+Dismissible/"