[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / 2 / InstantSearch / 7.6.1 / InstantSearch.podspec.json
blobe7636c9c685ac46ecc1a998981fd0f4aca6527c7
2   "name": "InstantSearch",
3   "version": "7.6.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.6.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.4"
32         ],
33         "InstantSearchInsights": [
34           "~> 2.3"
35         ]
36       },
37       "platforms": {
38         "ios": "9.0",
39         "osx": "10.10",
40         "watchos": "3.0",
41         "tvos": "9.0"
42       }
43     },
44     {
45       "name": "Core",
46       "source_files": "Sources/InstantSearchCore/**/*.{swift}",
47       "dependencies": {
48         "AlgoliaSearchClient": [
49           "~> 8.4"
50         ],
51         "InstantSearch/Insights": [
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   "swift_version": "5.1"