blob: a82e82763eae398545e475bc5bb1a8be40fd83be [file] [log] [blame]
{
"name": "UIViewController+Dismissible",
"version": "0.1.6",
"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.6"
},
"social_media_url": "https://twitter.com/DavydLiu",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "UIViewController+Dismissible/"
}