[Add] DemoTestFramework 1.0.6
[CocoaPods.git] / Specs / 4 / d / 5 / MentalRouter / 0.1.1 / MentalRouter.podspec.json
blob9c4760cf509815acc7e5e88ce9e05624094d9818
2   "name": "MentalRouter",
3   "version": "0.1.1",
4   "summary": "Simple router for UIKit and SwiftUI iOS applications.",
5   "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",
6   "homepage": "https://github.com/MsMobileDev/MentalRouter.git",
7   "license": {
8     "type": "MIT",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Olga Shilenko": "oshilenko@mentalstack.com"
13   },
14   "platforms": {
15     "ios": "13.0"
16   },
17   "swift_versions": "5.0",
18   "source": {
19     "git": "https://github.com/MsMobileDev/MentalRouter.git",
20     "tag": "0.1.1"
21   },
22   "source_files": "MentalRouter/**/**/*.swift",
23   "swift_version": "5.0"