[Add] RapidKitFoundation_MacOS 2024.1224.1706.628
[CocoaPods.git] / Specs / 0 / d / 3 / ZYTextInputAvoidKeyboard / 0.2.0 / ZYTextInputAvoidKeyboard.podspec.json
blob29bea1531cc33c1602913ab4a3c27bf6af5840ea
2   "name": "ZYTextInputAvoidKeyboard",
3   "version": "0.2.0",
4   "summary": "Adjust textView`s position well to avoid input cursor being covered.",
5   "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.",
6   "homepage": "https://github.com/wustzhy/ZYTextInputAvoidKeyboard",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "赵洋": "zhaoyang@deepleaper.com"
13   },
14   "source": {
15     "git": "https://github.com/wustzhy/ZYTextInputAvoidKeyboard.git",
16     "tag": "0.2.0"
17   },
18   "platforms": {
19     "ios": "9.0"
20   },
21   "source_files": "ZYTextInputAvoidKeyboard/Classes/**/*",
22   "dependencies": {
23     "KVOController": [
24       "~> 1.2.0"
25     ]
26   }