blob: ce590d7f8283dfe8405056a2d646034198585e3d [file] [log] [blame]
{
"name": "KeyboardSupport",
"version": "1.0.1",
"summary": "Makes dealing with common keyboard tasks simpler and easier.",
"description": "KeyboardSupport provides easy navigation between text fields via your custom views and/or with the keyboard's \"Return\" key. Protocols are provided for easy keyboard dismissal and scrolling when using a UIScrollView.",
"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": "1.0.1"
},
"platforms": {
"ios": "9.0"
},
"source_files": "Sources/KeyboardSupport/*",
"frameworks": [
"Foundation",
"UIKit"
]
}