blob: 51a20f78fca58adee1bacefeca8dcbf093fad659 [file] [log] [blame]
{
"name": "UnderKeyboard",
"version": "4.0.0",
"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 class for animating a bottom Auto Layout constraint.",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/exchangegroup/UnderKeyboard.git",
"tag": "4.0.0"
},
"source_files": "UnderKeyboard/*.swift",
"platforms": {
"ios": "8.0"
}
}