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