[Add] AmitySDK 6.47.1
[CocoaPods.git] / Specs / 4 / 7 / 8 / InstantSearch-iOS / 1.0.0-beta3 / InstantSearch-iOS.podspec.json
blobb119497eede0b8246a77f87c37f36bd9a8d10eb6
2   "name": "InstantSearch-iOS",
3   "module_name": "InstantSearch",
4   "version": "1.0.0-beta3",
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"
10   },
11   "authors": {
12     "Algolia": "contact@algolia.com"
13   },
14   "source": {
15     "git": "https://github.com/algolia/instantsearch-ios.git",
16     "tag": "1.0.0-beta3"
17   },
18   "social_media_url": "https://twitter.com/algolia",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "requires_arc": true,
23   "default_subspecs": "InstantSearch-iOS",
24   "pushed_with_swift_version": "3.2",
25   "subspecs": [
26     {
27       "name": "InstantSearch-iOS",
28       "source_files": "Sources/Library/**/*.{swift}",
29       "dependencies": {
30         "InstantSearch-Core-Swift": [
31           "~> 2.0.0-beta1"
32         ]
33       }
34     },
35     {
36       "name": "CustomWidgets",
37       "source_files": [
38         "Sources/Library/**/*.{swift}",
39         "Sources/CustomWidgets/**/*.{swift}"
40       ],
41       "dependencies": {
42         "InstantSearch-Core-Swift": [
43           "~> 2.0.0-beta1"
44         ]
45       }
46     }
47   ]