blob: da50542be60baa8ea993dde2fbc325c742a6d5cb [file] [log] [blame]
{
"name": "VKDAKeyboardControl",
"version": "2.3.2",
"platforms": {
"ios": null
},
"license": "MIT",
"summary": "Easily add keyboard awareness and scrolling dismissal. Allows to add subview to keyboard.",
"homepage": "https://github.com/vkovtash/DAKeyboardControl",
"authors": {
"Vlad Kovtash": "v.kovtash@gmail.com"
},
"source": {
"git": "https://github.com/vkovtash/DAKeyboardControl.git",
"tag": "2.3.2"
},
"description": "VKDAKeyboardControl allows you to easily add keyboard awareness and scrolling dismissal (a receding keyboard ala iMessages app) to any UIView subclass with only 1 line of code. Allows to add subview to keyboard. Based on Daniel Amitay's DAKeyboardControl. https://github.com/danielamitay/DAKeyboardControl",
"source_files": "DAKeyboardControl/*.{h,m}",
"requires_arc": true
}