[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 0 / b / 2 / InstantSearch / 7.14.0 / InstantSearch.podspec.json
blobfd114cfaf60a327e6561f115b5ead6379367eba0
2   "name": "InstantSearch",
3   "version": "7.14.0",
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.14.0"
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.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       "dependencies": {
45         "AlgoliaSearchClient": [
46           "~> 8.10"
47         ],
48         "InstantSearch/Insights": [
50         ]
51       },
52       "platforms": {
53         "ios": "9.0",
54         "osx": "10.10",
55         "watchos": "3.0",
56         "tvos": "9.0"
57       },
58       "pod_target_xcconfig": {
59         "OTHER_SWIFT_FLAGS": "-DInstantSearchCocoaPods"
60       }
61     },
62     {
63       "name": "UI",
64       "source_files": "Sources/InstantSearch/**/*.{swift}",
65       "dependencies": {
66         "InstantSearch/Core": [
68         ]
69       },
70       "platforms": {
71         "ios": "9.0",
72         "osx": "10.10",
73         "watchos": "3.0",
74         "tvos": "9.0"
75       },
76       "pod_target_xcconfig": {
77         "OTHER_SWIFT_FLAGS": "-DInstantSearchCocoaPods"
78       }
79     },
80     {
81       "name": "SwiftUI",
82       "source_files": "Sources/InstantSearchSwiftUI/**/*.{swift}",
83       "dependencies": {
84         "InstantSearch/Core": [
86         ]
87       },
88       "platforms": {
89         "ios": "13.0",
90         "osx": "10.15",
91         "watchos": "6.0",
92         "tvos": "13.0"
93       },
94       "pod_target_xcconfig": {
95         "OTHER_SWIFT_FLAGS": "-DInstantSearchCocoaPods"
96       },
97       "weak_frameworks": [
98         "SwiftUI",
99         "Combine"
100       ]
101     }
102   ],
103   "swift_version": "5.2"