[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 3 / b / d / HBAutoComplete / 1.0.1 / HBAutoComplete.podspec.json
blob18d850413fff5fcb78014349b2692bc2ee6dc41e
2   "name": "HBAutoComplete",
3   "version": "1.0.1",
4   "summary": "iOS Autocomplete framework",
5   "swift_versions": "5",
6   "platforms": {
7     "ios": "9.0"
8   },
9   "homepage": "https://github.com/HugoBoscDucros/HBAutocomplete",
10   "license": {
11     "type": "MIT",
12     "file": "LICENSE"
13   },
14   "authors": {
15     "Hugo Bosc-Ducros": "hugo.boscducros@gmail.com"
16   },
17   "source": {
18     "git": "https://github.com/HugoBoscDucros/HBAutocomplete.git",
19     "tag": "1.0.1"
20   },
21   "source_files": [
22     "Sources/*/*.{h,m,swift,strings}",
23     "Supporting files/*.{h,m,swift,strings}"
24   ],
25   "description": "HBAutocomplete is a litle library to help developers making responsive autocompletion in any kind of textField from any king of data source (static, webService...)",
26   "swift_version": "5"