Realtime database SDK for iOS with offline-first sync powered by pn-protocol.
- In Xcode, go to File → Add Package Dependencies
- Enter the repository URL:
https://github.com/Rivium-co/rivium-sync-ios-sdk - Select version 0.1.0
- Add RiviumSync library to your target
dependencies: [
.package(url: "https://github.com/Rivium-co/rivium-sync-ios-sdk", from: "0.1.0"),
]Then add "RiviumSync" to your target's dependencies:
.target(
name: "YourApp",
dependencies: ["RiviumSync"]
)MIT