[Add] TensorFlowLiteObjC 0.0.1-nightly.20241226
[CocoaPods.git] / Specs / 7 / 4 / 0 / XCoordinator / 2.2.1 / XCoordinator.podspec.json
blobf09c97ee794cfdb00ded49a13395d1540eb4e155
2   "name": "XCoordinator",
3   "version": "2.2.1",
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.2.1"
16   },
17   "module_name": "XCoordinator",
18   "swift_versions": "5.1",
19   "platforms": {
20     "ios": "9.0",
21     "tvos": "9.0"
22   },
23   "source_files": "Sources/XCoordinator/*.swift",
24   "default_subspecs": "Core",
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           "~> 6.1"
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   ],
53   "swift_version": "5.1"