blob: 6669d0f16756abdcc4993013ede534733c8c9997 [file] [log] [blame]
{
"name": "KeyboardWrapper",
"version": "1.0.1",
"summary": "A wrapper for UIKeyboard notifications.",
"description": "A safe wrapper for UIKeyboard notifications written in Swift.",
"homepage": "https://github.com/zummenix/KeyboardWrapper",
"license": "MIT",
"authors": {
"Aleksey Kuznetsov": "zummenix@gmail.com"
},
"source": {
"git": "https://github.com/zummenix/KeyboardWrapper.git",
"tag": "1.0.1"
},
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": "Pod/Classes/**/*",
"frameworks": "UIKit"
}