[Add] CSL-CS710S 1.8.0
[CocoaPods.git] / Specs / 8 / b / 4 / Astrolabe / 4.0.0 / Astrolabe.podspec.json
blob91dd0e3b23e1669be888d8dd0472d9b55948f535
2   "name": "Astrolabe",
3   "version": "4.0.0",
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": "4.0.0"
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": [
28           "Sources/Core/*PagerSource.swift",
29           "Sources/Core/*PagerCollectionViewCell.swift"
30         ]
31       },
32       "dependencies": {
33         "RxSwift": [
34           "~> 4.0"
35         ],
36         "RxCocoa": [
37           "~> 4.0"
38         ]
39       }
40     },
41     {
42       "name": "Loaders",
43       "source_files": "Sources/Loaders/*.swift",
44       "dependencies": {
45         "Gnomon/Core": [
46           "~> 4.0"
47         ],
48         "Astrolabe/Core": [
50         ]
51       }
52     }
53   ]