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