blob: b495dcae298f1b52fd3dbdb0cb94173e6713f210 [file] [log] [blame]
{
"name": "KeyboardSupport",
"version": "2.1.0",
"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.1.0"
},
"swift_version": "5.0",
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/KeyboardSupport/**/*",
"frameworks": [
"Foundation",
"UIKit"
]
}