blob: b26843462e053ac9ecd57424d644ae5600290af5 [file] [log] [blame]
{
"name": "UnderKeyboard",
"version": "1.0.4",
"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.4"
},
"source_files": "UnderKeyboard/*.swift",
"platforms": {
"ios": "8.0"
}
}