| { |
| "name": "KeyboardEventsHandler", |
| "version": "0.1.2", |
| "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 KeyboardEventsHandler class with convenience init method. You can init Keyboard Event Handler with special offset - default offset is 0.", |
| "homepage": "https://github.com/TheMindStudios/KeyboardEventsHandler.git", |
| "license": { |
| "type": "MIT", |
| "file": "LICENSE" |
| }, |
| "authors": { |
| "Smirnov Yuriy": "yuriy@themindstudios.com" |
| }, |
| "source": { |
| "git": "https://github.com/TheMindStudios/KeyboardEventsHandler.git", |
| "tag": "0.1.2" |
| }, |
| "social_media_url": "https://twitter.com/TheMindStudios", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source_files": "KeyboardEventsHandler/Classes/**/*" |
| } |