blob: d0a498c389cece9a78d7aaf72081155ef8790b64 [file] [log] [blame]
{
"name": "ConstructorAutocomplete",
"version": "2.4.1",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://www.constructor.io",
"authors": {
"Zubin Tiku": "zubin@constructor.io",
"Christopher Gee": "christopher@constructor.io",
"Jimmy Li": "jimmy@constructor.io"
},
"summary": "Constructor.io iOS autosuggest client.",
"source": {
"git": "https://github.com/Constructor-io/constructorio-client-swift.git",
"tag": "v2.4.1"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AutocompleteClient/**/*.swift",
"frameworks": "UIKit",
"swift_versions": [
"4.0",
"4.1",
"4.2",
"5"
],
"ios": {
"resource_bundles": {
"ConstructorAutocomplete": [
"AutocompleteClient/Resources/*.png",
"AutocompleteClient/**/*.xib"
]
}
},
"swift_version": "5"
}