[Add] CSL-CS710S 1.8.0
[CocoaPods.git] / Specs / 8 / b / 4 / Astrolabe / 5.1.0 / Astrolabe.podspec.json
blob9ee4f52e3da1e7202b38f900b4a7888a1ccdc4f5
2   "name": "Astrolabe",
3   "version": "5.1.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": "5.1.0"
16   },
17   "platforms": {
18     "ios": "9.0",
19     "tvos": "9.0"
20   },
21   "swift_versions": [
22     "5.0",
23     "5.1"
24   ],
25   "default_subspecs": "Core",
26   "subspecs": [
27     {
28       "name": "Core",
29       "source_files": "Sources/Core/*.swift",
30       "tvos": {
31         "exclude_files": [
32           "Sources/Core/*PagerSource.swift",
33           "Sources/Core/*PagerCollectionViewCell.swift"
34         ]
35       },
36       "dependencies": {
37         "RxSwift": [
38           "~> 5"
39         ],
40         "RxCocoa": [
41           "~> 5"
42         ]
43       }
44     },
45     {
46       "name": "Loaders",
47       "source_files": "Sources/Loaders/*.swift",
48       "dependencies": {
49         "Gnomon/Core": [
50           "~> 5"
51         ],
52         "Astrolabe/Core": [
54         ]
55       }
56     }
57   ],
58   "swift_version": "5.1"