Redux abstractions on Swift for BetterMe projects and iOS community
You can install ReduxCore via CocoaPods by adding it to your Podfile
:
pod 'ReduxCore'
And run pod install
.
You can install ReduxCore via Swift Package Manager by adding the following line to your Package.swift
:
import PackageDescription
let package = Package(
[...]
dependencies: [
.package(url: "https://github.com/betterme-dev/ReduxCore", from: "2.0.0"),
]
)
We use SPM in all examples. To run the example project, just clone the repo, open Examples folder, and choose a project you want.
- Add more examples
- If you have a feature request, open an issue
- If you want to contribute, submit a pull request
- If you have any issues or want help, please drop me a mail on maksym.husar@betterme.world
ReduxCore is released under the MIT license. See LICENSE for details.