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

PNProtocol 0.2.1

PNProtocol 0.2.1

Maintained by Rivium.



  • By
  • Rivium

PN Protocol — iOS

Lightweight messaging protocol layer by Rivium Push with offline-first sync.

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/pn-protocol-ios
    
  3. Select version 0.2.0
  4. Add PNProtocol library to your target

Swift Package Manager (Package.swift)

dependencies: [
    .package(url: "https://github.com/Rivium-co/pn-protocol-ios", from: "0.2.0"),
]

Documentation

License

MIT