blob: 17c7b08025110a8ee1182671e3b8f84d95b3a2fa [file] [log] [blame]
{
"name": "XCoordinator",
"version": "2.0.0",
"license": {
"type": "MIT"
},
"homepage": "https://github.com/quickbirdstudios/XCoordinator",
"authors": {
"Stefan Kofler": "stefan.kofler@quickbirdstudios.com",
"Paul Kraft": "pauljohannes.kraft@quickbirdstudios.com"
},
"summary": "Navigation framework based on coordinator pattern.",
"source": {
"git": "https://github.com/quickbirdstudios/XCoordinator.git",
"tag": "2.0.0"
},
"module_name": "XCoordinator",
"swift_versions": "5.1",
"platforms": {
"ios": "8.0"
},
"source_files": "Sources/XCoordinator/*.swift",
"default_subspecs": "Core",
"swift_version": "5.1",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/XCoordinator/*.swift",
"frameworks": "UIKit"
},
{
"name": "RxSwift",
"dependencies": {
"XCoordinator/Core": [
],
"RxSwift": [
"~> 5.0"
]
},
"source_files": "Sources/XCoordinatorRx/*.swift"
},
{
"name": "Combine",
"dependencies": {
"XCoordinator/Core": [
]
},
"source_files": "Sources/XCoordinatorCombine/*.swift"
}
]
}