blob: 97578691ded63dd74d6cd548699e3f05d188e386 [file] [log] [blame]
{
"name": "UnderKeyboard",
"version": "1.0.5",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/exchangegroup/UnderKeyboard",
"summary": "A helper function for moving scroll view content from under the keyboard written in Swift",
"description": " Moves scroll view content from under the keyboard on iOS. It adjusts the bottom inset of the scroll view by the height of the keyboard when it is shown.\n",
"authors": {
"Evgenii Neumerzhitckii": "sausageskin@gmail.com"
},
"source": {
"git": "https://github.com/exchangegroup/UnderKeyboard.git",
"tag": "1.0.5"
},
"source_files": "UnderKeyboard/*.swift",
"platforms": {
"ios": "8.0"
}
}