A swift package/android library to provide stats and gamification to your app.
Add https://github.com/NathanFallet/Gamified.git
to your Swift Package configuration (or using the Xcode menu: File
> Swift Packages
> Add Package Dependency
)
See the full documentation for usage.
Add the following to your build.gradle
file:
repositories {
mavenCentral()
}
dependencies {
implementation 'me.nathanfallet.gamified:gamified:1.1.1'
}
See the full documentation for usage.