blob: 7bb82d8509718d505cdf6c496744ef2661acc7d4 [file] [log] [blame]
{
"name": "InstantSearch-iOS",
"module_name": "InstantSearch",
"version": "2.1.1",
"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.1"
},
"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"
}