blob: ec6bb35316065712da50918049235ba2b9484e84 [file] [log] [blame]
{
"name": "UIViewController+Dismissable",
"version": "0.1.2",
"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-Dismissable",
"license": "MIT",
"authors": {
"Xingruo Liu": "xingruo.liu@gmail.com"
},
"source": {
"git": "https://github.com/DavydLiu/UIViewController-Dismissable.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/DavydLiu",
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "UIViewController+Dismissable/"
}