blob: 084a502cf0b9e170e400b8eeb9967e68813eea6a [file] [log] [blame]
{
"name": "mtkeyboardevents",
"version": "0.1.5",
"summary": "Easy observing keyboard events (Will/Did/Hide/Show).",
"description": "This pod helps get keyboard frame with less code. Implement one of will/did/hide/show methods from MTKeyboardEventsDelegate protocol for observing keyboard events and getting MTKeyboardConfig with values:\n\n- UIKeyboardFrameEndUserInfoKey CGRectValue",
"homepage": "https://github.com/llkenny/mtkeyboardevents",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Maxim Doroshenko": "m.s.doroshenko@gmail.com"
},
"source": {
"git": "https://github.com/llkenny/mtkeyboardevents.git",
"tag": "0.1.5"
},
"platforms": {
"ios": "8.0"
},
"source_files": "mtkeyboardevents/Classes/**/*"
}