blob: 2db977ed632840fd4323fd572c2cddc194a732f7 [file] [log] [blame]
{
"name": "UnderKeyboard",
"version": "12.0.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/marketplacer/UnderKeyboard",
"summary": "An iOS / Swift libary for moving content from under the keyboard",
"description": "This library helps moving your views when a keyboard appears and move them back in place when it hides. It includes helper class for animating a bottom Auto Layout constraint.",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/marketplacer/UnderKeyboard.git",
"tag": "12.0.0"
},
"source_files": "UnderKeyboard/*.swift",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2"
}