blob: 6896ea049c47d4896d9d21bedf35daeaecceec13 [file] [log] [blame]
{
"name": "GYInputBox",
"version": "0.0.2",
"summary": "A swift automatic completion component.",
"description": "一个swift版的自动补全控件,输入框获取焦点或内容变更时能够通过数据源实时过滤显示建议内容",
"homepage": "https://github.com/yuan-gao/GYInputBox",
"license": "MIT",
"authors": {
"高源": "2502905737@qq.com"
},
"platforms": {
"ios": "10.0"
},
"source": {
"git": "https://github.com/yuan-gao/GYInputBox.git",
"tag": "0.0.2"
},
"source_files": "Classes/*.swift",
"frameworks": [
"UIKit",
"Foundation"
],
"dependencies": {
"SnapKit": [
]
}
}