[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 2 / f / a / KeyboardObserver / 0.4.0 / KeyboardObserver.podspec.json
blob9162e70045a935bb6d8d700e6a75639ec0df5857
2   "name": "KeyboardObserver",
3   "version": "0.4.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": "0.4.0"
21   },
22   "source_files": "KeyboardObserver/**/*.swift",
23   "requires_arc": true