[Add] TiendeoCoreLite 1.0.11-lite
[CocoaPods.git] / Specs / 8 / b / 4 / Astrolabe / 4.2.3 / Astrolabe.podspec.json
blobd77ab7bdda2e03052fbbacbb61e598f16e40d569
2   "name": "Astrolabe",
3   "version": "4.2.3",
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.2.3"
16   },
17   "platforms": {
18     "ios": "9.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.2"
35         ],
36         "RxCocoa": [
37           "~> 4.2"
38         ]
39       }
40     },
41     {
42       "name": "Loaders",
43       "source_files": "Sources/Loaders/*.swift",
44       "dependencies": {
45         "Gnomon/Core": [
46           "~> 4.2"
47         ],
48         "Astrolabe/Core": [
50         ]
51       }
52     }
53   ]