blob: fc0914190862043ddfba3fb2ed9ae99fe127abe4 [file] [log] [blame]
{
"name": "InstantSearch",
"version": "7.0.0-beta.4",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "9.0"
},
"license": {
"type": "Apache 2.0",
"file": "LICENSE.md"
},
"summary": "A library of widgets and helpers to build instant-search applications on iOS.",
"homepage": "https://github.com/algolia/instantsearch-ios",
"authors": {
"Algolia": "contact@algolia.com"
},
"source": {
"git": "https://github.com/algolia/instantsearch-ios.git",
"tag": "7.0.0-beta.4"
},
"swift_versions": "5.1",
"default_subspecs": "UI",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/InstantSearchCore/**/*.{swift}",
"dependencies": {
"AlgoliaSearchClient": [
"~> 8.0.0-beta.12"
],
"InstantSearchInsights": [
"~> 2.3"
]
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "9.0"
}
},
{
"name": "UI",
"source_files": "Sources/InstantSearch/**/*.{swift}",
"dependencies": {
"InstantSearch/Core": [
]
},
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "3.0",
"tvos": "9.0"
},
"pod_target_xcconfig": {
"OTHER_SWIFT_FLAGS": "-DInstantSearchCocoaPods"
}
}
],
"swift_version": "5.1"
}