blob: 427b2ae2f2aa085497eb366b94a31d0dc0e9aaa4 [file] [log] [blame]
{
"name": "KeyboardInfo",
"version": "1.0.0",
"summary": "A swift library that provides information of the keyboard when it appears.",
"description": "A quick solution to discover the properties of iPhone's keyboard. With KeyboardInfo you have easy access\nto keyboard's height (includes height of accesssory view if its activated), animation curve and animation duration time.",
"homepage": "https://github.com/OpenCraft/KeyboardInfo",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Luis Filipe Campani": "luisfilipecampani@gmail.com"
},
"source": {
"git": "https://github.com/OpenCraft/KeyboardInfo.git",
"tag": "1.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": "KeyboardInfo/Classes/**/*",
"pushed_with_swift_version": "3.0"
}