[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 0 / b / 2 / InstantSearch / 2.1.3 / InstantSearch.podspec.json
blobba87d8e8d619a173fb9e293dffb5ebd6b509fbe2
2   "name": "InstantSearch",
3   "module_name": "InstantSearch",
4   "version": "2.1.3",
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": "2.1.3"
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   "subspecs": [
25     {
26       "name": "UI",
27       "source_files": "Sources/**/*.{swift}",
28       "dependencies": {
29         "InstantSearchCore": [
30           "~> 3.2"
31         ]
32       }
33     },
34     {
35       "name": "Core",
36       "dependencies": {
37         "InstantSearchCore": [
38           "~> 3.2"
39         ]
40       }
41     },
42     {
43       "name": "Client",
44       "dependencies": {
45         "InstantSearchClient": [
46           "~> 5.0"
47         ]
48       }
49     }
50   ]