[Add] FishjamCloudClient 0.6.0
[CocoaPods.git] / Specs / 8 / b / 4 / Astrolabe / 3.1.1 / Astrolabe.podspec.json
blob0c9ed8c75bef528801b4c9c26194fe6bac9ebae1
2   "name": "Astrolabe",
3   "version": "3.1.1",
4   "summary": "Cells management library",
5   "homepage": "https://github.com/netcosports/Astrolabe",
6   "license": {
7     "type": "MIT"
8   },
9   "authors": {
10     "Sergei Mikhan": "sergei@netcosports.com",
11     "Vladimir Burdukov": "vladimir.burdukov@netcosports.com"
12   },
13   "source": {
14     "git": "https://github.com/netcosports/Astrolabe.git",
15     "tag": "3.1.1"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "9.0"
20   },
21   "default_subspecs": "Core",
22   "subspecs": [
23     {
24       "name": "Core",
25       "source_files": "Sources/Core/*.swift",
26       "tvos": {
27         "exclude_files": "Sources/Core/*PagerSource.swift"
28       },
29       "dependencies": {
30         "RxSwift": [
31           "~> 4.0"
32         ],
33         "RxCocoa": [
34           "~> 4.0"
35         ]
36       }
37     },
38     {
39       "name": "Loaders",
40       "source_files": "Sources/Loaders/*.swift",
41       "dependencies": {
42         "Gnomon/Core": [
43           "~> 3.0"
44         ],
45         "Astrolabe/Core": [
47         ]
48       }
49     }
50   ]