blob: e9e86111260f99eb2a26c49478a559f47936c2e2 [file] [log] [blame]
{
"name": "HBAutoComplete",
"version": "1.0.0",
"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.0"
},
"source_files": [
"Sources/*/*.{h,m,swift,strings}",
"HBAutoComplete/*.{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"
}