[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 3 / f / 0 / MVVMCoordinatorKit / 0.1.0 / MVVMCoordinatorKit.podspec.json
blob9549613d2ad1f8b3a49a33a94bcc8694a2e6ee4f
2   "name": "MVVMCoordinatorKit",
3   "version": "0.1.0",
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",
7   "license": "MIT",
8   "authors": {
9     "Dino Bartošak": "dino.bartosak@gmail.com"
10   },
11   "source": {
12     "git": "https://github.com/Dino4674/MVVMCoordinatorKit.git",
13     "tag": "0.1.0"
14   },
15   "swift_versions": "5.0",
16   "platforms": {
17     "ios": "11.0"
18   },
19   "source_files": "Sources/MVVMCoordinatorKit/Classes/**/*",
20   "swift_version": "5.0"