[Add] TIoTLinkVideo 2.4.35
[CocoaPods.git] / Specs / 2 / f / a / KeyboardObserver / 2.0.0 / KeyboardObserver.podspec.json
blob6bb0b38cf3341ded9a771d8df1f9ebbc62f00c58
2   "name": "KeyboardObserver",
3   "version": "2.0.0",
4   "summary": "For less complicated keyboard event handling.",
5   "description": "- Less complicated keyboard event handling.\n- Do not use `NSNotification` , but `event` .",
6   "homepage": "https://github.com/morizotter/KeyboardObserver",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Morita Naoki": "namorit@gmail.com"
13   },
14   "social_media_url": "http://twitter.com/morizotter",
15   "platforms": {
16     "ios": "8.0"
17   },
18   "source": {
19     "git": "https://github.com/morizotter/KeyboardObserver.git",
20     "tag": "2.0.0"
21   },
22   "source_files": "KeyboardObserver/**/*.swift",
23   "requires_arc": true,
24   "pushed_with_swift_version": "4.0"