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