CocoaPods trunk is moving to be read-only. Read more on the blog, there are 8 months to go.

RiviumSync 0.1.0

RiviumSync 0.1.0

Maintained by Rivium.



  • By
  • Rivium

RiviumSync iOS SDK

Realtime database SDK for iOS with offline-first sync powered by pn-protocol.

Swift 5.7+ Platforms License: MIT

Installation

Swift Package Manager (Xcode)

  1. In Xcode, go to File → Add Package Dependencies
  2. Enter the repository URL:
    https://github.com/Rivium-co/rivium-sync-ios-sdk
    
  3. Select version 0.1.0
  4. Add RiviumSync library to your target

Swift Package Manager (Package.swift)

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"]
)

Documentation

License

MIT