Clean architecture codebase that can be used by other frameworks.
- Get Presenter
- Interactor
- UseCase
- RemoteDataSource
- LocaleDataSource
- Repository
- Mapper
- LocaleMapper
- iOS 11.0 or later
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"))
]
- For details about how to use the library and clear examples, see The detailed How to use
Core is released under the MIT license. See LICENSE for details.