blob: 9ca391ea502043ff1d06401d8de0e29c0efcc29a [file] [log] [blame]
{
"name": "MKKeyboardHelper",
"version": "0.2.0",
"summary": "Better handling of TextFields together with the keyboard.",
"description": "Moves the screen up so that the keyboard doesn't cover the UITextField. Also tapping outside the textfield dismisses the keyboard.",
"homepage": "https://github.com/mikumi/MKKeyboardHelper",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michael Kuck": "me@michael-kuck.com"
},
"source": {
"git": "https://github.com/mikumi/MKKeyboardHelper.git",
"tag": "0.2.0"
},
"social_media_url": "https://twitter.com/@michaelkuckcom",
"platforms": {
"ios": "8.0"
},
"source_files": "MKKeyboardHelper/Classes/**/*"
}