[Add] AlibabacloudEas20210701 6.4.0
[CocoaPods.git] / Specs / e / 3 / 6 / GYInputBox / 0.0.2 / GYInputBox.podspec.json
blob6896ea049c47d4896d9d21bedf35daeaecceec13
2   "name": "GYInputBox",
3   "version": "0.0.2",
4   "summary": "A swift automatic completion component.",
5   "description": "一个swift版的自动补全控件,输入框获取焦点或内容变更时能够通过数据源实时过滤显示建议内容",
6   "homepage": "https://github.com/yuan-gao/GYInputBox",
7   "license": "MIT",
8   "authors": {
9     "高源": "2502905737@qq.com"
10   },
11   "platforms": {
12     "ios": "10.0"
13   },
14   "source": {
15     "git": "https://github.com/yuan-gao/GYInputBox.git",
16     "tag": "0.0.2"
17   },
18   "source_files": "Classes/*.swift",
19   "frameworks": [
20     "UIKit",
21     "Foundation"
22   ],
23   "dependencies": {
24     "SnapKit": [
26     ]
27   }