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