blob: 151a1c1e14e35c5bc252ab26076aa60473e7a8fb [file] [log] [blame]
{
"name": "KeyboardLock",
"version": "0.1.7",
"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.7"
},
"platforms": {
"ios": "11.0"
},
"source_files": "KeyboardLock/Classes/**/*"
}