blob: 6f8c76fd4875593043f60016459654de984b7dcd [file] [log] [blame]
{
"name": "KeyboardObserver",
"version": "2.1.0",
"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": "2.1.0"
},
"source_files": "KeyboardObserver/**/*.swift",
"requires_arc": true,
"pushed_with_swift_version": "4.2"
}