blob: 9c4760cf509815acc7e5e88ce9e05624094d9818 [file] [log] [blame]
{
"name": "MentalRouter",
"version": "0.1.1",
"summary": "Simple router for UIKit and SwiftUI iOS applications.",
"description": "This framework provides router for UIKit, SwiftUI and UIKit+SwiftUI iOS applications.\nAll transitions in application are implemented via standard UIKit navigation stack.\n\nFeatures:\n- Push, present and replace SwiftUI views\n- Present SwiftUI view with a custom transition",
"homepage": "https://github.com/MsMobileDev/MentalRouter.git",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"Olga Shilenko": "oshilenko@mentalstack.com"
},
"platforms": {
"ios": "13.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/MsMobileDev/MentalRouter.git",
"tag": "0.1.1"
},
"source_files": "MentalRouter/**/**/*.swift",
"swift_version": "5.0"
}