blob: 0e6a09d246a042c9559b3ece1fdcbe9444ea8252 [file] [log] [blame]
{
"name": "UnderKeyboard",
"version": "13.0.2",
"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": "13.0.2"
},
"source_files": "UnderKeyboard/*.swift",
"platforms": {
"ios": "8.0"
},
"swift_versions": [
"4.2",
"5.0"
]
}