[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 0 / b / 2 / InstantSearch / 7.26.3 / InstantSearch.podspec.json
blob06be8f977e38b27138d01fbdb250dca6bcea4ea8
2   "name": "InstantSearch",
3   "version": "7.26.3",
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.3"
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         "Logging": [
58         ],
59         "InstantSearch/Insights": [
61         ],
62         "SwiftProtobuf": [
63           "1.22.0"
64         ],
65         "InstantSearchTelemetry": [
66           "~> 0.1.3"
67         ]
68       },
69       "platforms": {
70         "ios": "14.0",
71         "osx": "11.0",
72         "watchos": "7.0",
73         "tvos": "14.0"
74       },
75       "pod_target_xcconfig": {
76         "OTHER_SWIFT_FLAGS": "-DInstantSearchCocoaPods"
77       }
78     },
79     {
80       "name": "UI",
81       "source_files": "Sources/InstantSearch/**/*.{swift}",
82       "dependencies": {
83         "InstantSearch/Core": [
85         ],
86         "Logging": [
88         ]
89       },
90       "platforms": {
91         "ios": "14.0",
92         "osx": "11.0",
93         "watchos": "7.0",
94         "tvos": "14.0"
95       },
96       "pod_target_xcconfig": {
97         "OTHER_SWIFT_FLAGS": "-DInstantSearchCocoaPods"
98       }
99     },
100     {
101       "name": "SwiftUI",
102       "source_files": "Sources/InstantSearchSwiftUI/**/*.{swift}",
103       "dependencies": {
104         "InstantSearch/Core": [
106         ],
107         "Logging": [
109         ],
110         "InstantSearchTelemetry": [
111           "~> 0.1.3"
112         ]
113       },
114       "platforms": {
115         "ios": "14.0",
116         "osx": "11.0",
117         "watchos": "7.0",
118         "tvos": "14.0"
119       },
120       "pod_target_xcconfig": {
121         "OTHER_SWIFT_FLAGS": "-DInstantSearchCocoaPods"
122       },
123       "weak_frameworks": [
124         "SwiftUI",
125         "Combine"
126       ]
127     }
128   ],
129   "swift_version": "5.8"