blob: 683230951392e12f11552eb31a66ae7df9d6b78c [file] [log] [blame]
{
"name": "SIPKeyboardManager",
"version": "0.1.0",
"summary": "SIPKeyboardManager sends out informations about the current keyboard-frame via delegate.",
"description": "The notifications sent by iOS-keyboards can be misleading - willShow-notifications are sent out multiple times with different rects, it might miss sending a notification with the final keyboard-rect at all.\nThis class tries to handle all the cases and ensure that you will receive the correct keyboard-frame if possible.",
"homepage": "https://github.com/Sipeso/SIPKeyboardManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hendrik von Prince": "raise.rescue@gmail.com"
},
"source": {
"git": "https://github.com/Sipeso/SIPKeyboardManager.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SIPKeyboardManager/Classes/**/*"
}