blob: ba87d8e8d619a173fb9e293dffb5ebd6b509fbe2 [file] [log] [blame]
{
"name": "InstantSearch",
"module_name": "InstantSearch",
"version": "2.1.3",
"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": "2.1.3"
},
"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": [
"~> 3.2"
]
}
},
{
"name": "Core",
"dependencies": {
"InstantSearchCore": [
"~> 3.2"
]
}
},
{
"name": "Client",
"dependencies": {
"InstantSearchClient": [
"~> 5.0"
]
}
}
]
}