blob: 57348ec2bd35b76cfbda9db20536b4af97aad118 [file] [log] [blame]
{
"name": "InstantSearch-iOS",
"module_name": "InstantSearch",
"version": "1.0.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": "1.0.0"
},
"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"
]
}
},
{
"name": "CustomWidgets",
"source_files": [
"Sources/Library/**/*.{swift}",
"Sources/CustomWidgets/**/*.{swift}"
],
"dependencies": {
"InstantSearch-Core-Swift": [
"~> 2.0.0"
]
}
}
]
}