[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / 2 / InstantSearch / 4.0.0 / InstantSearch.podspec.json
blob2f748d0cc02d7c0a84d64ab9058caf8c8ce4cb11
2   "name": "InstantSearch",
3   "module_name": "InstantSearch",
4   "version": "4.0.0",
5   "summary": "A library of widgets and helpers to build instant-search applications on iOS.",
6   "homepage": "https://github.com/algolia/instantsearch-ios",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE.md"
10   },
11   "authors": {
12     "Algolia": "contact@algolia.com"
13   },
14   "source": {
15     "git": "https://github.com/algolia/instantsearch-ios.git",
16     "tag": "4.0.0"
17   },
18   "social_media_url": "https://twitter.com/algolia",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "default_subspecs": "UI",
24   "swift_versions": [
25     "4.0",
26     "4.2",
27     "5.0",
28     "5.0"
29   ],
30   "swift_version": "5.0",
31   "subspecs": [
32     {
33       "name": "UI",
34       "source_files": "Sources/**/*.{swift}",
35       "dependencies": {
36         "InstantSearchCore": [
37           "~> 5.0"
38         ]
39       }
40     },
41     {
42       "name": "Core",
43       "dependencies": {
44         "InstantSearchCore": [
45           "~> 5.0"
46         ]
47       }
48     },
49     {
50       "name": "Client",
51       "dependencies": {
52         "InstantSearchClient": [
53           "~> 7.0"
54         ]
55       }
56     }
57   ]