Skip to content

MFRBaseArchitecture is simple an implementation of several architectures for using iOS platform.

Notifications You must be signed in to change notification settings

marcofebriano/MFRBaseArchitecture

Repository files navigation

MFRBaseArchitecture

MFRBaseArchitecture is simple an implementation of several architectures for using iOS platform.

This project aims to make some architecures usage and adoption easier, facilitating all needed settings for working with this architecture and trying to reduce as much as possible the manual work arised due to its characteristic.

MFRBaseArchitecture provide easier use for:

  • VIPER Architecure, see the docs
  • MVVM+Router Architecture
  • MVP+Router Architecture

INSTALATION

dependencies: [
    .package(url: "https://github.com/marcofebriano/MFRBaseArchitecture.git", .upToNextMajor(from: "1.0.0"))
]

Use it in your target as MFRBaseArchitecture

 .target(
    name: "yourModule",
    dependencies: ["MFRBaseArchitecture"]
)

About

MFRBaseArchitecture is simple an implementation of several architectures for using iOS platform.

Topics

Resources

Stars

Watchers

Forks

Packages

No packages published

Languages