Skip to content

Centauryal/Core-Codebase

Repository files navigation

Core-Codebase

Platforms Swift SwiftPM compatible

Clean architecture codebase that can be used by other frameworks.

Features

  • Get Presenter
  • Interactor
  • UseCase
  • RemoteDataSource
  • LocaleDataSource
  • Repository
  • Mapper
  • LocaleMapper

Requirements

  • iOS 11.0 or later

Installation

Swift Package Manager

The Swift Package Manager is a tool for automating the distribution of Swift code and is integrated into the swift compiler.

Once you have your Swift package set up, adding Core-Codebase as a dependency is as easy as adding it to the dependencies value of your Package.swift.

dependencies: [
    .package(url: "https://github.com/Centauryal/Core-Codebase.git", .upToNextMajor(from: "1.0.0"))
]

How To Use

Author

License

Core is released under the MIT license. See LICENSE for details.

About

Clean architecture codebase that can be used by other frameworks.

Topics

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages