blob: 7496492a81474b071215d403a8c84e5138152e7b [file] [log] [blame]
{
"name": "HBAutoComplete",
"version": "1.0.4",
"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.4"
},
"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"
}