Lightweight messaging protocol layer by Rivium Push with offline-first sync.
- In Xcode, go to File → Add Package Dependencies
- Enter the repository URL:
https://github.com/Rivium-co/pn-protocol-ios - Select version 0.2.0
- Add PNProtocol library to your target
dependencies: [
.package(url: "https://github.com/Rivium-co/pn-protocol-ios", from: "0.2.0"),
]MIT