blob: 6956f3ef5504d8df315df890ec2ba9cc5c52686f [file] [log] [blame]
{
"name": "XCoordinator",
"version": "1.0.1",
"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": "1.0.1"
},
"module_name": "XCoordinator",
"swift_version": "4.2",
"platforms": {
"ios": "8.0"
},
"source_files": "XCoordinator/Classes/*.swift",
"default_subspecs": "Core",
"subspecs": [
{
"name": "Core",
"source_files": "XCoordinator/Classes/*.swift",
"frameworks": "UIKit"
},
{
"name": "RxSwift",
"dependencies": {
"XCoordinator/Core": [
],
"RxSwift": [
"~> 4.0"
]
},
"source_files": "XCoordinator/Classes/RxSwift/*.swift"
}
]
}