blob: c4e129cf582910679eaae8ec897e4471a8313d0f [file] [log] [blame]
{
"name": "InstantSearch-iOS",
"module_name": "InstantSearch",
"version": "2.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": "2.1.0"
},
"social_media_url": "https://twitter.com/algolia",
"platforms": {
"ios": "8.0"
},
"requires_arc": true,
"source_files": [
"Sources/**/*.{swift}"
],
"dependencies": {
"InstantSearch-Core-Swift": [
"~> 3.2"
]
},
"pushed_with_swift_version": "4.0"
}