[Add] ZJSDK 2.5.8.16
[CocoaPods.git] / Specs / 9 / 1 / 8 / CPLKeyboardManager / 1.0.0 / CPLKeyboardManager.podspec.json
blob757d703b46848bf0d41cf501014805049126493c
2   "name": "CPLKeyboardManager",
3   "version": "1.0.0",
4   "summary": "A manager that helps to keep keyboard logic outside of view controllers.",
5   "description": "CPLKeyboardManager helps to keep view controllers cleaner by removing keyboard appearance logic out of them.",
6   "homepage": "https://github.com/CybercomPoland/CPLKeyboardManager",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Michał Ziętera": "Michal.Zietera@cybercom.com"
13   },
14   "source": {
15     "git": "https://github.com/CybercomPoland/CPLKeyboardManager.git",
16     "tag": "1.0.0"
17   },
18   "platforms": {
19     "ios": "8.0"
20   },
21   "source_files": "Source/**/*",
22   "dependencies": {
23     "Quick": [
24       "~> 1.1.0"
25     ],
26     "Nimble": [
27       "~> 6.1.0"
28     ]
29   },
30   "pushed_with_swift_version": "3.0"