blob: 39a4de418b5bf74931ed7cf8dfc20074f255ef53 [file] [log] [blame]
{
"name": "KNMKeyboardNotificationHandler",
"version": "0.1.0",
"homepage": "https://github.com/konoma/ios-keyboard-notification-handler",
"summary": "A simple wrapper around UIKeyboard notifications.",
"description": "\n Observe keyboard changes using handler blocks which get helper objects that prepare information\n taken from the notification info.\n ",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Markus Gasser": "markus.gasser@konoma.ch"
},
"source": {
"git": "https://github.com/konoma/ios-keyboard-notification-handler.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"source_files": "Sources/*.{h,m}",
"public_header_files": "Sources/*.h",
"requires_arc": true,
"frameworks": [
"Foundation",
"UIKit"
]
}