[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 0 / b / 2 / InstantSearch / 7.9.1 / InstantSearch.podspec.json
blob212ae3c004beb033baa72f19bee185ec286d60ed
2   "name": "InstantSearch",
3   "version": "7.9.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.9.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.7"
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.7"
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   "swift_version": "5.1"