blob: ef2147e4abd2d2939f8609e508b7ed6bfa278fac [file] [log] [blame]
{
"name": "KeyboardSupport",
"version": "2.0.2",
"summary": "Makes dealing with common keyboard tasks simpler and easier.",
"description": "KeyboardSupport makes it easy to automatically handle keyboard dismissal and scrolling to the active text input. With a few lines of code, it’s also easy to implement navigation between text inputs via toolbar back/next buttons or the keyboard’s “Return” key.",
"homepage": "https://github.com/BottleRocketStudios/iOS-KeyboardSupport",
"license": {
"type": "Apache",
"file": "LICENSE"
},
"authors": {
"Bottle Rocket Studios": "earl.gaspard@bottlerocketstudios.com"
},
"source": {
"git": "https://github.com/bottlerocketstudios/iOS-KeyboardSupport.git",
"tag": "2.0.2"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/KeyboardSupport/*",
"frameworks": [
"Foundation",
"UIKit"
]
}