blob: 5d18d72dbab4e9e55fd22b03fcb0cbec58bf7f34 [file] [log] [blame]
{
"name": "InstantSearchCoreOffline",
"module_name": "InstantSearchCore",
"version": "4.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": "4.0.0"
},
"platforms": {
"ios": "8.0"
},
"source_files": [
"Sources/*.swift"
],
"dependencies": {
"InstantSearchClientOffline": [
"~> 6.0"
]
}
}