blob: 80f1a80929f6c595abcb27bdde58c5a57c89618d [file] [log] [blame]
{
"name": "ACRKeyboardObserver",
"version": "0.4.0",
"summary": "Swift iOS keyboard observer helping you manage keyboard notifications, frame changes and simplifies animations",
"description": "ACRKeyboardObserver makes it easy to handle iOS keyboard state changes like WillShow or DidHide. It also does a better job at providing an accurate keyboard frame size, rather than the native callbacks. It's especially useful when dismissing a keyboard interactively.",
"homepage": "https://github.com/acrookston/ACRKeyboardObserver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"source": {
"git": "https://github.com/acrookston/ACRKeyboardObserver.git",
"tag": "0.4.0"
},
"authors": {
"Andrew Crookston": "andrew@caoos.com"
},
"social_media_url": "http://twitter.com/acr",
"platforms": {
"ios": "8.0"
},
"source_files": "ACRKeyboardObserver/*.swift",
"pushed_with_swift_version": "3.0"
}