| { |
| "name": "ACRKeyboardObserver", |
| "version": "0.3.1", |
| "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" |
| }, |
| "authors": { |
| "Andrew Crookston": "andrew@caoos.com" |
| }, |
| "social_media_url": "http://twitter.com/acr", |
| "platforms": { |
| "ios": "8.0" |
| }, |
| "source": { |
| "git": "https://github.com/acrookston/ACRKeyboardObserver.git", |
| "tag": "0.3.1" |
| }, |
| "source_files": "ACRKeyboardObserver/*.swift", |
| "pushed_with_swift_version": "3.0" |
| } |