blob: b349e6c2cc6611655c8c283dc767f6783b4f11bc [file] [log] [blame]
{
"name": "InstantSearch-Core-Swift",
"module_name": "InstantSearchCore",
"version": "0.3",
"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": "0.3"
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"tvos": "9.0"
},
"source_files": [
"Sources/*.swift"
],
"dependencies": {
"AlgoliaSearch-Client-Swift": [
"~> 4.0"
]
},
"pushed_with_swift_version": "3.0"
}