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