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