blob: 087bb5b93f6b860b7d7cec29fc5f91a7d680b064 [file] [log] [blame]
{
"name": "DAKeyboardControl",
"version": "2.4.0",
"platforms": {
"ios": null
},
"license": "MIT",
"summary": "Easily add keyboard awareness and scrolling dismissal.",
"homepage": "https://github.com/danielamitay/DAKeyboardControl",
"authors": {
"Daniel Amitay": "hello@danielamitay.com"
},
"source": {
"git": "https://github.com/danielamitay/DAKeyboardControl.git",
"tag": "2.4.0"
},
"description": "DAKeyboardControl 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.",
"source_files": "DAKeyboardControl/*.{h,m}",
"requires_arc": true
}