blob: d27c79486bd1405c697ea749ea861d171ac6e613 [file] [log] [blame]
{
"name": "KSKeyboardHandler",
"version": "0.1.0",
"summary": "This library provides a category for UIView to handle UIKeyboardWillChangeFrameNotification.",
"description": "This CocoaPod provides the ability to handle UIKeyboardWillChangeFrameNotification and replace the view position if it is necessary.",
"homepage": "https://github.com/KaiJSchaefer/KSKeyboardHandler",
"license": "MIT",
"authors": {
"Kai Schaefer": "kai.j.schaefer@gmx.net"
},
"source": {
"git": "https://github.com/KaiJSchaefer/KSKeyboardHandler.git",
"tag": "0.1.0"
},
"platforms": {
"ios": "7.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"resource_bundles": {
"KSKeyboardHandler": [
"Pod/Assets/*.png"
]
}
}