[Add] RegulaCommonStage 7.5.928
[CocoaPods.git] / Specs / 0 / b / 2 / InstantSearch / 5.1.0 / InstantSearch.podspec.json
blobdb980db54666e5e1771b2de529c9e13a1177ea34
2   "name": "InstantSearch",
3   "module_name": "InstantSearch",
4   "version": "5.1.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": "Apache 2.0",
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": "5.1.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   "dependencies": {
31     "InstantSearchCore": [
32       "~> 6.0"
33     ]
34   },
35   "swift_version": "5.0",
36   "subspecs": [
37     {
38       "name": "UI",
39       "source_files": "Sources/**/*.{swift}",
40       "dependencies": {
41         "InstantSearchCore": [
42           "~> 6.0"
43         ]
44       }
45     },
46     {
47       "name": "Core",
48       "dependencies": {
49         "InstantSearchCore": [
50           "~> 6.0"
51         ]
52       }
53     },
54     {
55       "name": "Client",
56       "dependencies": {
57         "InstantSearchClient": [
58           "~> 7.0"
59         ]
60       }
61     }
62   ]