blob: 2acde06c83181b742b6ec09b919f7af0bc7cc045 [file] [log] [blame]
{
"name": "SingleLineKeyboardResize",
"version": "0.1.2",
"summary": "A single line of code will make your UITableView or any UIScrollView auto resize when the keyboard appears",
"description": " With this non-intrusive UIViewController extension, only a single line of code will make your scrollView auto resize when the keyboard appears. It literally cannot get easier than this, and you don't even need to subclass anything.\n",
"homepage": "https://github.com/haaakon/SingleLineKeyboardResize",
"license": "MIT",
"authors": {
"Hakon Bogen": "hakon.bogen@gmail.com"
},
"source": {
"git": "https://github.com/haaakon/SingleLineKeyboardResize.git",
"tag": "0.1.2"
},
"social_media_url": "https://twitter.com/_haaakon",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "UIViewController+Keyboard.swift",
"frameworks": "UIKit"
}