2 "name": "UIViewController+Dismissible",
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",
9 "Xingruo Liu": "xingruo.liu@gmail.com"
12 "git": "https://github.com/DavydLiu/UIViewController-Dismissible.git",
15 "social_media_url": "https://twitter.com/DavydLiu",
20 "source_files": "UIViewController+Dismissible/"