[Add] VisualEffectBlurView 6.0.0
[CocoaPods.git] / Specs / 0 / b / 2 / InstantSearch / 7.26.2 / InstantSearch.podspec.json
blobbcfd7d3f0fc30a78d3f25aa62e355ef48ab786b7
2   "name": "InstantSearch",
3   "version": "7.26.2",
4   "platforms": {
5     "ios": "14.0",
6     "osx": "11.0",
7     "watchos": "7.0",
8     "tvos": "14.0"
9   },
10   "license": {
11     "type": "Apache 2.0",
12     "file": "LICENSE.md"
13   },
14   "summary": "A library of widgets and helpers to build instant-search applications on iOS.",
15   "homepage": "https://github.com/algolia/instantsearch-ios",
16   "authors": {
17     "Algolia": "contact@algolia.com"
18   },
19   "source": {
20     "git": "https://github.com/algolia/instantsearch-ios.git",
21     "tag": "7.26.2"
22   },
23   "swift_versions": "5.8",
24   "default_subspecs": "UI",
25   "resource_bundles": {
26     "InstantSearch": [
27       "Sources/PrivacyInfo.xcprivacy"
28     ]
29   },
30   "subspecs": [
31     {
32       "name": "Insights",
33       "source_files": "Sources/InstantSearchInsights/**/*.{swift}",
34       "dependencies": {
35         "AlgoliaSearchClient": [
36           "~> 8.18"
37         ],
38         "Logging": [
40         ]
41       },
42       "platforms": {
43         "ios": "14.0",
44         "osx": "11.0",
45         "watchos": "7.0",
46         "tvos": "14.0"
47       }
48     },
49     {
50       "name": "Core",
51       "source_files": "Sources/InstantSearchCore/**/*.{swift}",
52       "dependencies": {
53         "AlgoliaSearchClient": [
54           "~> 8.18"
55         ],
56         "InstantSearch/Insights": [
58         ],
59         "InstantSearchTelemetry": [
60           "~> 0.1.3"
61         ]
62       },
63       "platforms": {
64         "ios": "14.0",
65         "osx": "11.0",
66         "watchos": "7.0",
67         "tvos": "14.0"
68       },
69       "pod_target_xcconfig": {
70         "OTHER_SWIFT_FLAGS": "-DInstantSearchCocoaPods"
71       }
72     },
73     {
74       "name": "UI",
75       "source_files": "Sources/InstantSearch/**/*.{swift}",
76       "dependencies": {
77         "InstantSearch/Core": [
79         ]
80       },
81       "platforms": {
82         "ios": "14.0",
83         "osx": "11.0",
84         "watchos": "7.0",
85         "tvos": "14.0"
86       },
87       "pod_target_xcconfig": {
88         "OTHER_SWIFT_FLAGS": "-DInstantSearchCocoaPods"
89       }
90     },
91     {
92       "name": "SwiftUI",
93       "source_files": "Sources/InstantSearchSwiftUI/**/*.{swift}",
94       "dependencies": {
95         "InstantSearch/Core": [
97         ],
98         "InstantSearchTelemetry": [
99           "~> 0.1.3"
100         ]
101       },
102       "platforms": {
103         "ios": "14.0",
104         "osx": "11.0",
105         "watchos": "7.0",
106         "tvos": "14.0"
107       },
108       "pod_target_xcconfig": {
109         "OTHER_SWIFT_FLAGS": "-DInstantSearchCocoaPods"
110       },
111       "weak_frameworks": [
112         "SwiftUI",
113         "Combine"
114       ]
115     }
116   ],
117   "swift_version": "5.8"