blob: c1f804f8246e15dd9001d4d04c0f598d74cfb4f1 [file] [log] [blame]
{
"name": "HBAutoComplete",
"version": "1.0.5",
"summary": "iOS Autocomplete framework",
"swift_versions": "5",
"platforms": {
"ios": "9.0"
},
"homepage": "https://github.com/HugoBoscDucros/HBAutocomplete",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Hugo Bosc-Ducros": "hugo.boscducros@gmail.com"
},
"source": {
"git": "https://github.com/HugoBoscDucros/HBAutocomplete.git",
"tag": "1.0.5"
},
"source_files": [
"Sources/**/*.{h,m,swift,strings}",
"Supporting files/*.{h,m,swift,strings}"
],
"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...)",
"swift_version": "5"
}