blob: 5b76c473ce1c157ad1a0e35a19112f90a86fb18e [file] [log] [blame]
{
"name": "InstantSearchCore",
"module_name": "InstantSearchCore",
"version": "3.3.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": "3.3.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": [
"Sources/*.swift"
],
"dependencies": {
"InstantSearchClient": [
"~> 5.0"
]
}
}