blob: 4496953a1879ae03e6455f28c425941438bba42c [file] [log] [blame]
{
"name": "ConstructorAutocomplete",
"version": "1.1.0",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"homepage": "https://www.constructor.io",
"authors": {
"Zubin Tiku": "zubin@constructor.io",
"Edmund Mok": "edmund@constructor.io",
"Nikola Markovic": "nikola.markovic@toptal.com"
},
"summary": "Constructor.io iOS autosuggest client.",
"source": {
"git": "https://github.com/Constructor-io/constructorio-client-swift.git"
},
"platforms": {
"ios": "8.0"
},
"source_files": "AutocompleteClient/**/*.swift",
"frameworks": "UIKit",
"ios": {
"resource_bundles": {
"ConstructorAutocomplete": [
"AutocompleteClient/Resources/*.png",
"AutocompleteClient/**/*.xib"
]
}
}
}