[Add] com-qqsdk-control-Tools 1.2.1
[CocoaPods.git] / Specs / c / 5 / 1 / UIViewController+Dismissable / 0.1.2 / UIViewController+Dismissable.podspec.json
blobec6bb35316065712da50918049235ba2b9484e84
2   "name": "UIViewController+Dismissable",
3   "version": "0.1.2",
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-Dismissable",
7   "license": "MIT",
8   "authors": {
9     "Xingruo Liu": "xingruo.liu@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/DavydLiu/UIViewController-Dismissable.git",
13     "tag": "0.1.2"
14   },
15   "social_media_url": "https://twitter.com/DavydLiu",
16   "platforms": {
17     "ios": "7.0"
18   },
19   "requires_arc": true,
20   "source_files": "UIViewController+Dismissable/"