[Add] TensorFlowLiteSwift 0.0.1-nightly.20241221
[CocoaPods.git] / Specs / 7 / 4 / 0 / XCoordinator / 2.0.0 / XCoordinator.podspec.json
blob17c7b08025110a8ee1182671e3b8f84d95b3a2fa
2   "name": "XCoordinator",
3   "version": "2.0.0",
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.0"
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   "swift_version": "5.1",
25   "subspecs": [
26     {
27       "name": "Core",
28       "source_files": "Sources/XCoordinator/*.swift",
29       "frameworks": "UIKit"
30     },
31     {
32       "name": "RxSwift",
33       "dependencies": {
34         "XCoordinator/Core": [
36         ],
37         "RxSwift": [
38           "~> 5.0"
39         ]
40       },
41       "source_files": "Sources/XCoordinatorRx/*.swift"
42     },
43     {
44       "name": "Combine",
45       "dependencies": {
46         "XCoordinator/Core": [
48         ]
49       },
50       "source_files": "Sources/XCoordinatorCombine/*.swift"
51     }
52   ]