blob: 2a2b9ca71729776e701ec96d4fcd181a06445ae3 [file] [log] [blame]
{
"name": "KeyboardObserver",
"version": "0.3.1",
"summary": "For less complicated keyboard event handling.",
"description": "- Less complicated keyboard event handling.\n- Do not use `NSNotification` , but `event` .",
"homepage": "https://github.com/morizotter/KeyboardObserver",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Morita Naoki": "namorit@gmail.com"
},
"social_media_url": "http://twitter.com/morizotter",
"platforms": {
"ios": "8.0"
},
"source": {
"git": "https://github.com/morizotter/KeyboardObserver.git",
"tag": "0.3.1"
},
"source_files": "KeyboardObserver/**/*.swift",
"requires_arc": true
}