[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 0 / b / 2 / InstantSearch / 7.21.1 / InstantSearch.podspec.json
bloba0524f2f1197a684fd86420cd960be227a73450a
2   "name": "InstantSearch",
3   "version": "7.21.1",
4   "platforms": {
5     "ios": "9.0",
6     "osx": "10.11",
7     "watchos": "2.0",
8     "tvos": "9.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.21.1"
22   },
23   "swift_versions": "5.2",
24   "default_subspecs": "UI",
25   "subspecs": [
26     {
27       "name": "Insights",
28       "source_files": "Sources/InstantSearchInsights/**/*.{swift}",
29       "dependencies": {
30         "AlgoliaSearchClient": [
31           "~> 8.15"
32         ]
33       },
34       "platforms": {
35         "ios": "9.0",
36         "osx": "10.10",
37         "watchos": "2.0",
38         "tvos": "9.0"
39       }
40     },
41     {
42       "name": "Core",
43       "source_files": "Sources/InstantSearchCore/**/*.{swift}",
44       "dependencies": {
45         "AlgoliaSearchClient": [
46           "~> 8.15"
47         ],
48         "InstantSearch/Insights": [
50         ],
51         "InstantSearchTelemetry": [
52           "~> 0.1.3"
53         ]
54       },
55       "platforms": {
56         "ios": "9.0",
57         "osx": "10.11",
58         "watchos": "2.0",
59         "tvos": "9.0"
60       },
61       "pod_target_xcconfig": {
62         "OTHER_SWIFT_FLAGS": "-DInstantSearchCocoaPods"
63       }
64     },
65     {
66       "name": "UI",
67       "source_files": "Sources/InstantSearch/**/*.{swift}",
68       "dependencies": {
69         "InstantSearch/Core": [
71         ]
72       },
73       "platforms": {
74         "ios": "9.0",
75         "osx": "10.11",
76         "watchos": "2.0",
77         "tvos": "9.0"
78       },
79       "pod_target_xcconfig": {
80         "OTHER_SWIFT_FLAGS": "-DInstantSearchCocoaPods"
81       }
82     },
83     {
84       "name": "SwiftUI",
85       "source_files": "Sources/InstantSearchSwiftUI/**/*.{swift}",
86       "dependencies": {
87         "InstantSearch/Core": [
89         ],
90         "InstantSearchTelemetry": [
91           "~> 0.1.3"
92         ]
93       },
94       "platforms": {
95         "ios": "13.0",
96         "osx": "10.15",
97         "watchos": "6.0",
98         "tvos": "13.0"
99       },
100       "pod_target_xcconfig": {
101         "OTHER_SWIFT_FLAGS": "-DInstantSearchCocoaPods"
102       },
103       "weak_frameworks": [
104         "SwiftUI",
105         "Combine"
106       ]
107     }
108   ],
109   "swift_version": "5.2"