blob: 7efb6938ffeaa64d7ad79e708da683c116bcd2e3 [file] [log] [blame]
{
"name": "KeyboardAssistant",
"platforms": {
"ios": "9.0"
},
"version": "1.0.2",
"license": "MIT",
"homepage": "https://github.com/levieggert/KeyboardAssistant",
"authors": {
"levieggert": "levi.eggert@gmail.com"
},
"summary": "Module for positioning views above the keyboard.",
"description": "A swift library for positioning UITextField, UITextView, and UIView objects above the keyboard. Supports customizable keyboard navigation with auto and manual positioning.",
"source": {
"git": "https://github.com/levieggert/KeyboardAssistant.git",
"tag": "1.0.2"
},
"source_files": "Source/*.swift",
"resources": "Resources/*.*",
"swift_version": "4.2"
}