blob: 757d703b46848bf0d41cf501014805049126493c [file] [log] [blame]
{
"name": "CPLKeyboardManager",
"version": "1.0.0",
"summary": "A manager that helps to keep keyboard logic outside of view controllers.",
"description": "CPLKeyboardManager helps to keep view controllers cleaner by removing keyboard appearance logic out of them.",
"homepage": "https://github.com/CybercomPoland/CPLKeyboardManager",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Michał Ziętera": "Michal.Zietera@cybercom.com"
},
"source": {
"git": "https://github.com/CybercomPoland/CPLKeyboardManager.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "Source/**/*",
"dependencies": {
"Quick": [
"~> 1.1.0"
],
"Nimble": [
"~> 6.1.0"
]
},
"pushed_with_swift_version": "3.0"
}