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