blob: c577d5111c1d432449b2260d5899512f1ae29a43 [file] [log] [blame]
{
"name": "GFT-KeyboardManager",
"version": "1.0.3",
"summary": "Library to enhance iOS keyboard features with auto scroll and toolbar.",
"swift_version": "3.2",
"description": "With this Library is possible enhance the iOS keyboard features with auto scroll and toolbar. Follow bellow the instructions to do it.\n\n- Enable the Library:\n KeyboardManager.shared.enable()\n\n- Disable the Library:\n KeyboardManager.shared.disable()",
"homepage": "https://git.gft.com/digital-channels-components/iOS/GFT-KeyboardManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Fabio Gustavo Hoffmann": "fohn@gft.com"
},
"source": {
"git": "https://git.gft.com/digital-channels-components/iOS/GFT-KeyboardManager.git",
"tag": "1.0.3"
},
"platforms": {
"ios": "9.0"
},
"source_files": "GFT-KeyboardManager/**/*"
}