blob: b4c2de1bb7e0a64a4c57805731d9d6752ab811a6 [file] [log] [blame]
{
"name": "UIViewController+Dismissible",
"version": "0.1.3",
"summary": "Let any modally presented view to be able to be dismissed by touching outside of it.",
"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",
"homepage": "https://github.com/DavydLiu/UIViewController-Dismissible",
"license": "MIT",
"authors": {
"Xingruo Liu": "xingruo.liu@gmail.com"
},
"source": {
"git": "https://github.com/DavydLiu/UIViewController-Dismissible.git",
"tag": "0.1.3"
},
"social_media_url": "https://twitter.com/DavydLiu",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "UIViewController+Dismissible/"
}