blob: 908ee24fea7479db2716919b4c28d7dfee91cea6 [file] [log] [blame]
{
"name": "KeyboardEventHandler",
"version": "0.1.0",
"summary": "Keyboard Event Handler is a useful tool for handling keyboard behaviour and dynamic change view constraint.",
"description": "To use Keyboard Event Handler just install it via cocoapods and create instance of class with convenience init method. You can init Keyboard Event Handler with special offset - default offset is 0.",
"homepage": "https://github.com/nov-/KeyboardEventHandler",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Smirnov Yuriy": "nov-@mail.ru"
},
"source": {
"git": "https://github.com/nov-/KeyboardEventHandler.git",
"tag": "0.1.0"
},
"social_media_url": "https://twitter.com/nov__",
"platforms": {
"ios": "8.0"
},
"source_files": "KeyboardEventHandler/Classes/**/*",
"frameworks": "UIKit"
}