blob: 3905ac08bdc1c7cf279609a6bf6843711d0e61cb [file] [log] [blame]
{
"name": "SwiftyKeyboardObserver",
"version": "1.1.1",
"summary": "A codeless library that helps adjusting your views when a keyboard appears, moves and disappears",
"description": "SwiftyKeyboardObserver adjusting your views when a keyboard appears, moves and disappears\n * Zero lines of your code\n * Supporting Storyboard configuration\n * Supporting `UIScrollView` and scroll to active field\n * Supporting orientation changes\n * Supporting modal and pop-over\n * Changing the length of a bottom Auto Layout constraint",
"homepage": "https://github.com/Decybel07/SwiftyKeyboardObserver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Adrian Bobrowski": "adrian071993@gmail.com"
},
"source": {
"git": "https://github.com/Decybel07/SwiftyKeyboardObserver.git",
"tag": "1.1.1"
},
"platforms": {
"ios": "8.0"
},
"ios": {
"frameworks": "UIKit"
},
"source_files": "Source/Core/**/*.swift",
"pushed_with_swift_version": "3.0"
}