blob: eccac9f9a297881520dbb7cd01afa59312db3865 [file] [log] [blame]
{
"name": "KeyboardAdjustable",
"version": "0.2.0",
"summary": "A short and descriptive way to adjust your view when the keyboard appears",
"description": "'Adjusting your view for when the keyboard appears has never been easier. With 3 lines of code you will be listening to keyboard notifications and adjusting your view.'",
"homepage": "https://github.com/cesarbess/KeyboardAdjustable",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Cesar Bess": "cesar.bess@gmail.com"
},
"source": {
"git": "https://github.com/cesarbess/KeyboardAdjustable.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "8.0"
},
"swift_version": "4.2",
"source_files": "KeyboardAdjustable/Classes/**/*"
}