blob: bc43c32e3f49f890417d76f15b4743adfc2367b0 [file] [log] [blame]
{
"name": "SingleLineKeyboardResize",
"version": "0.1.0",
"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.0"
},
"social_media_url": "https://twitter.com/_haaakon",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "UIViewController+Keyboard.swift",
"frameworks": "UIKit"
}