blob: efe06dafb4f471a5118d53e8c6d83d0d2e5c8645 [file] [log] [blame]
{
"name": "InstantSearch",
"module_name": "InstantSearch",
"version": "5.0.0",
"summary": "A library of widgets and helpers to build instant-search applications on iOS.",
"homepage": "https://github.com/algolia/instantsearch-ios",
"license": {
"type": "Apache 2.0",
"file": "LICENSE.md"
},
"authors": {
"Algolia": "contact@algolia.com"
},
"source": {
"git": "https://github.com/algolia/instantsearch-ios.git",
"tag": "5.0.0"
},
"social_media_url": "https://twitter.com/algolia",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "UI",
"swift_versions": [
"4.0",
"4.2",
"5.0",
"5.0"
],
"dependencies": {
"InstantSearchCore": [
"~> 6.0"
]
},
"swift_version": "5.0",
"subspecs": [
{
"name": "UI",
"source_files": "Sources/**/*.{swift}",
"dependencies": {
"InstantSearchCore": [
"~> 6.0"
]
}
},
{
"name": "Core",
"dependencies": {
"InstantSearchCore": [
"~> 6.0"
]
}
},
{
"name": "Client",
"dependencies": {
"InstantSearchClient": [
"~> 7.0"
]
}
}
]
}