[Add] ProFitXSDK 4.2.1
[CocoaPods.git] / Specs / 0 / b / 2 / InstantSearch / 7.16.0 / InstantSearch.podspec.json
blob91b7330d23d485f63def1fb4eb063a49bb1a4cbb
2   "name": "InstantSearch",
3   "version": "7.16.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.16.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.13"
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.13"
47         ],
48         "InstantSearch/Insights": [
50         ],
51         "InstantSearchTelemetry": [
52           "~> 0.1.0"
53         ]
54       },
55       "platforms": {
56         "ios": "9.0",
57         "osx": "10.10",
58         "watchos": "3.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.10",
76         "watchos": "3.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       },
91       "platforms": {
92         "ios": "13.0",
93         "osx": "10.15",
94         "watchos": "6.0",
95         "tvos": "13.0"
96       },
97       "pod_target_xcconfig": {
98         "OTHER_SWIFT_FLAGS": "-DInstantSearchCocoaPods"
99       },
100       "weak_frameworks": [
101         "SwiftUI",
102         "Combine"
103       ]
104     }
105   ],
106   "swift_version": "5.2"