blob: 2bad16fbdec3adbce02dc2d02da02b0c1fa2cc8a [file] [log] [blame]
{
"name": "InstantSearchCore",
"module_name": "InstantSearchCore",
"version": "5.0.0",
"license": "MIT",
"summary": "Instant Search library for Swift by Algolia",
"homepage": "https://github.com/algolia/instantsearch-core-swift",
"authors": {
"Algolia": "contact@algolia.com"
},
"source": {
"git": "https://github.com/algolia/instantsearch-core-swift.git",
"tag": "5.0.0"
},
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.0"
],
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": [
"Sources/*.swift"
],
"dependencies": {
"InstantSearchClient": [
"~> 7.0"
]
},
"swift_version": "5.0"
}