2 "name": "MVVMCoordinatorKit",
4 "summary": "Kit that helps you with UIViewController creation, navigation, and organization into reusable flows using the MVVM+Coordinator pattern.",
5 "description": "This Kit aims to speed up your development and help you organize Screens into coherent flows that are easily reusable using the Coordinator pattern, making navigation between screens simple and readable.\n\nThis Kit also helps you create UIViewController (the View in the MVVM pattern) and its ViewModel.\n\nModel is not part of this Kit, as it is up to the developers to define their models in the app.",
6 "homepage": "https://github.com/Dino4674/MVVMCoordinatorKit",
9 "Dino Bartošak": "dino.bartosak@gmail.com"
12 "git": "https://github.com/Dino4674/MVVMCoordinatorKit.git",
15 "swift_versions": "5.0",
19 "source_files": "Sources/MVVMCoordinatorKit/Classes/**/*",
20 "swift_version": "5.0"