[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / c / 0 / 7 / AlgoliaSearchClient / 9.0.0-alpha.1 / AlgoliaSearchClient.podspec.json
blob50e6db8ea0202d322ff753041c15defb066d8714
2   "name": "AlgoliaSearchClient",
3   "module_name": "AlgoliaSearchClient",
4   "version": "9.0.0-alpha.1",
5   "source": {
6     "git": "https://github.com/algolia/algoliasearch-client-swift.git",
7     "tag": "9.0.0-alpha.1"
8   },
9   "authors": {
10     "Algolia": "contact@algolia.com"
11   },
12   "license": {
13     "type": "MIT",
14     "file": "LICENSE"
15   },
16   "homepage": "https://github.com/algolia/algoliasearch-client-swift/tree/next",
17   "summary": "Algolia Search API Client written in Swift.",
18   "documentation_url": "https://www.algolia.com/doc/api-client/getting-started/what-is-the-api-client/swift/",
19   "platforms": {
20     "ios": "14.0",
21     "osx": "11.0",
22     "watchos": "7.0",
23     "tvos": "14.0"
24   },
25   "swift_versions": "5.9",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/Core/**/*.swift"
30     },
31     {
32       "name": "Abtesting",
33       "source_files": "Sources/Abtesting/**/*.swift",
34       "dependencies": {
35         "AlgoliaSearchClient/Core": [
37         ]
38       }
39     },
40     {
41       "name": "Analytics",
42       "source_files": "Sources/Analytics/**/*.swift",
43       "dependencies": {
44         "AlgoliaSearchClient/Core": [
46         ]
47       }
48     },
49     {
50       "name": "Ingestion",
51       "source_files": "Sources/Ingestion/**/*.swift",
52       "dependencies": {
53         "AlgoliaSearchClient/Core": [
55         ]
56       }
57     },
58     {
59       "name": "Insights",
60       "source_files": "Sources/Insights/**/*.swift",
61       "dependencies": {
62         "AlgoliaSearchClient/Core": [
64         ]
65       }
66     },
67     {
68       "name": "Monitoring",
69       "source_files": "Sources/Monitoring/**/*.swift",
70       "dependencies": {
71         "AlgoliaSearchClient/Core": [
73         ]
74       }
75     },
76     {
77       "name": "Personalization",
78       "source_files": "Sources/Personalization/**/*.swift",
79       "dependencies": {
80         "AlgoliaSearchClient/Core": [
82         ]
83       }
84     },
85     {
86       "name": "QuerySuggestions",
87       "source_files": "Sources/QuerySuggestions/**/*.swift",
88       "dependencies": {
89         "AlgoliaSearchClient/Core": [
91         ]
92       }
93     },
94     {
95       "name": "Recommend",
96       "source_files": "Sources/Recommend/**/*.swift",
97       "dependencies": {
98         "AlgoliaSearchClient/Core": [
100         ]
101       }
102     },
103     {
104       "name": "Search",
105       "source_files": "Sources/Search/**/*.swift",
106       "dependencies": {
107         "AlgoliaSearchClient/Core": [
109         ]
110       }
111     }
112   ],
113   "swift_version": "5.9"