blob: bbd20388b85341cca3a4da187b9d3f4893245e90 [file] [log] [blame]
{
"name": "AlgoliaSearch-Client-Swift",
"module_name": "AlgoliaSearch",
"version": "3.0",
"license": "MIT",
"summary": "Algolia Search API Client for iOS & OS X written in Swift.",
"homepage": "https://github.com/algolia/algoliasearch-client-swift",
"authors": {
"Algolia": "contact@algolia.com"
},
"source": {
"git": "https://github.com/algolia/algoliasearch-client-swift.git",
"tag": "3.0"
},
"platforms": {
"ios": "8.0",
"osx": "10.10"
},
"default_subspecs": "Online",
"subspecs": [
{
"name": "Online",
"source_files": [
"Source/*.swift",
"Source/Helpers/*.swift"
]
}
]
}