[Add] FootprintSwift 3.0.0
[CocoaPods.git] / Specs / 8 / b / 4 / Astrolabe / 2.0.0 / Astrolabe.podspec.json
blob63294e87528f19cf8d1655f03ddd62995dd650f1
2   "name": "Astrolabe",
3   "version": "2.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": "2.0.0"
16   },
17   "platforms": {
18     "ios": "8.0",
19     "tvos": "9.0"
20   },
21   "default_subspecs": "Core",
22   "pushed_with_swift_version": "3.0",
23   "subspecs": [
24     {
25       "name": "Core",
26       "source_files": "Sources/Core/*.swift",
27       "tvos": {
28         "exclude_files": "Sources/Core/*PagerSource.swift"
29       },
30       "dependencies": {
31         "RxSwift": [
32           "~> 3.3"
33         ],
34         "RxCocoa": [
35           "~> 3.3"
36         ],
37         "SnapKit": [
38           "~> 3.0"
39         ]
40       }
41     },
42     {
43       "name": "Loaders",
44       "source_files": "Sources/Loaders/*.swift",
45       "dependencies": {
46         "Gnomon": [
47           "~> 2.0"
48         ],
49         "Astrolabe/Core": [
51         ]
52       }
53     }
54   ]