blob: 05d0450cc298d91b63722346413b5777dfdd87c6 [file] [log] [blame]
{
"name": "SimpleKeyboard",
"version": "1.0.2",
"summary": "Simple Swift solution for not having text input controls covered by the keyboard.",
"description": "SimpleKeyboard addresses a very common problem on the iOS platform: when the keyboard is shown, the content under it is not visible anymore. Since there is no simple or out-of-the-box solution for this, SimpleKeyboard attempts to provide exactly that.",
"homepage": "https://github.com/sivu22/SimpleKeyboard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cristian Sava": "cristianzsava@gmail.com"
},
"source": {
"git": "https://github.com/sivu22/SimpleKeyboard.git",
"tag": "1.0.2"
},
"platforms": {
"ios": "10.0"
},
"source_files": "SimpleKeyboard/Classes/**/*",
"pushed_with_swift_version": "3.0"
}