[Add] GizoSDK 2.0.2-alpha.02
[CocoaPods.git] / Specs / 1 / c / d / AlgoliaSearch-Client-Swift / 3.0 / AlgoliaSearch-Client-Swift.podspec.json
blobbbd20388b85341cca3a4da187b9d3f4893245e90
2   "name": "AlgoliaSearch-Client-Swift",
3   "module_name": "AlgoliaSearch",
4   "version": "3.0",
5   "license": "MIT",
6   "summary": "Algolia Search API Client for iOS & OS X written in Swift.",
7   "homepage": "https://github.com/algolia/algoliasearch-client-swift",
8   "authors": {
9     "Algolia": "contact@algolia.com"
10   },
11   "source": {
12     "git": "https://github.com/algolia/algoliasearch-client-swift.git",
13     "tag": "3.0"
14   },
15   "platforms": {
16     "ios": "8.0",
17     "osx": "10.10"
18   },
19   "default_subspecs": "Online",
20   "subspecs": [
21     {
22       "name": "Online",
23       "source_files": [
24         "Source/*.swift",
25         "Source/Helpers/*.swift"
26       ]
27     }
28   ]