blob: cc2111be11a98ab1e7d8b712ec3aeda871e2e3cd [file] [log] [blame]
{
"name": "KeyboardLock",
"version": "0.1.8",
"summary": "An iOS module for locking a view to the keyboard",
"swift_version": "4.2",
"description": "Lock any view to the keyboard. Works best when you have a single container view with everything else inside of it.",
"homepage": "https://github.com/nathan-fiscaletti/KeyboardLockiOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"nathan-fiscaletti": "nathan.fiscaletti@gmail.com"
},
"source": {
"git": "https://github.com/nathan-fiscaletti/KeyboardLockiOS.git",
"tag": "0.1.8"
},
"platforms": {
"ios": "11.0"
},
"source_files": "KeyboardLock/Classes/**/*"
}