[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 0 / b / 2 / InstantSearch / 7.0.0-beta.1 / InstantSearch.podspec.json
blob5a80e7b41ad1d38fa1a4751313adcd367d561f82
2   "name": "InstantSearch",
3   "version": "7.0.0-beta.1",
4   "platforms": {
5     "ios": "8.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.0.0-beta.1"
22   },
23   "swift_versions": "5.1",
24   "default_subspecs": "Core",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/InstantSearchCore/**/*.{swift}",
29       "dependencies": {
30         "AlgoliaSearchClientSwift": [
31           "~> 8.0.0-beta.7"
32         ],
33         "InstantSearchInsights": [
34           "~> 2.3"
35         ]
36       }
37     },
38     {
39       "name": "UI",
40       "source_files": "Sources/InstantSearch/**/*.{swift}",
41       "dependencies": {
42         "InstantSearch/Core": [
44         ]
45       },
46       "platforms": {
47         "ios": "8.0",
48         "osx": "10.15"
49       },
50       "pod_target_xcconfig": {
51         "OTHER_SWIFT_FLAGS": "-DInstantSearchCocoaPods"
52       }
53     }
54   ],
55   "swift_version": "5.1"