[Add] TensorFlowLiteObjC 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 4 / 0 / XCoordinator / 2.0.7 / XCoordinator.podspec.json
blob3bd1d862e263e50d65e892d57eed3945b2427341
2   "name": "XCoordinator",
3   "version": "2.0.7",
4   "license": {
5     "type": "MIT"
6   },
7   "homepage": "https://github.com/quickbirdstudios/XCoordinator",
8   "authors": {
9     "Stefan Kofler": "stefan.kofler@quickbirdstudios.com",
10     "Paul Kraft": "pauljohannes.kraft@quickbirdstudios.com"
11   },
12   "summary": "Navigation framework based on coordinator pattern.",
13   "source": {
14     "git": "https://github.com/quickbirdstudios/XCoordinator.git",
15     "tag": "2.0.7"
16   },
17   "module_name": "XCoordinator",
18   "swift_versions": "5.1",
19   "platforms": {
20     "ios": "8.0"
21   },
22   "source_files": "Sources/XCoordinator/*.swift",
23   "default_subspecs": "Core",
24   "subspecs": [
25     {
26       "name": "Core",
27       "source_files": "Sources/XCoordinator/*.swift",
28       "frameworks": "UIKit"
29     },
30     {
31       "name": "RxSwift",
32       "dependencies": {
33         "XCoordinator/Core": [
35         ],
36         "RxSwift": [
37           "~> 5.0"
38         ]
39       },
40       "source_files": "Sources/XCoordinatorRx/*.swift"
41     },
42     {
43       "name": "Combine",
44       "dependencies": {
45         "XCoordinator/Core": [
47         ]
48       },
49       "source_files": "Sources/XCoordinatorCombine/*.swift"
50     }
51   ],
52   "swift_version": "5.1"