blob: ec3a11d1a7965aa9ae79ac9d6fc00c72209a4396 [file] [log] [blame]
{
"name": "Keyboard",
"version": "1.0.1",
"summary": "Never implement the UIKeyboardDidShow notification ever again. Ever.",
"screenshots": "https://github.com/BellAppLab/Keyboard/raw/master/Images/keyboard.png",
"description": "Never implement `NSNotification.Name.UIKeyboardDidShow` ever again. Ever.\n\nYeah, seriously. Handling the keyboard on iOS shouldn't be painful. But it is.\n\nSo instead of doing a whole lot of calculations, or embedding everything in `UIScrollView`s, `import Keyboard` and **get on with your life**.",
"homepage": "https://github.com/BellAppLab/Keyboard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Bell App Lab": "apps@bellapplab.com"
},
"social_media_url": "https://twitter.com/BellAppLab",
"platforms": {
"ios": "9.0"
},
"module_name": "Keyboard",
"source": {
"git": "https://github.com/BellAppLab/Keyboard.git",
"tag": "1.0.1"
},
"source_files": "Sources/Keyboard",
"frameworks": "Foundation",
"ios": {
"frameworks": "UIKit"
}
}