blob: b119497eede0b8246a77f87c37f36bd9a8d10eb6 [file] [log] [blame]
{
"name": "InstantSearch-iOS",
"module_name": "InstantSearch",
"version": "1.0.0-beta3",
"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"
},
"authors": {
"Algolia": "contact@algolia.com"
},
"source": {
"git": "https://github.com/algolia/instantsearch-ios.git",
"tag": "1.0.0-beta3"
},
"social_media_url": "https://twitter.com/algolia",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"default_subspecs": "InstantSearch-iOS",
"pushed_with_swift_version": "3.2",
"subspecs": [
{
"name": "InstantSearch-iOS",
"source_files": "Sources/Library/**/*.{swift}",
"dependencies": {
"InstantSearch-Core-Swift": [
"~> 2.0.0-beta1"
]
}
},
{
"name": "CustomWidgets",
"source_files": [
"Sources/Library/**/*.{swift}",
"Sources/CustomWidgets/**/*.{swift}"
],
"dependencies": {
"InstantSearch-Core-Swift": [
"~> 2.0.0-beta1"
]
}
}
]
}