blob: 29bea1531cc33c1602913ab4a3c27bf6af5840ea [file] [log] [blame]
{
"name": "ZYTextInputAvoidKeyboard",
"version": "0.2.0",
"summary": "Adjust textView`s position well to avoid input cursor being covered.",
"description": "ZYTextInputAvoidKeyboard is designed for textView or containerView with textView on ScrollView. In order to adjust textView`s position well to avoid input cursor being covered.",
"homepage": "https://github.com/wustzhy/ZYTextInputAvoidKeyboard",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"赵洋": "zhaoyang@deepleaper.com"
},
"source": {
"git": "https://github.com/wustzhy/ZYTextInputAvoidKeyboard.git",
"tag": "0.2.0"
},
"platforms": {
"ios": "9.0"
},
"source_files": "ZYTextInputAvoidKeyboard/Classes/**/*",
"dependencies": {
"KVOController": [
"~> 1.2.0"
]
}
}