blob: 6909b8075444ddcc7f6f56b4850714233e2cf3a3 [file] [log] [blame]
{
"name": "UnderKeyboard",
"version": "2.0.1",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/exchangegroup/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 classes for animating a bottom Auto Layout constraint and the bottom inset of a scroll view.\n",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/exchangegroup/UnderKeyboard.git",
"tag": "2.0.1"
},
"source_files": "UnderKeyboard/*.swift",
"platforms": {
"ios": "8.0"
}
}