A simple Swift implementation of the Nostr protocol.
Spore primarily uses Swift Package Manager as its build tool.
You can add this package directly from Xcode by going to File > Swift Packages > Add Package Dependency
and entering the repository URL.
You may also add it to your Package.swift
file -
.package(url: "https://github.com/pseudoramdom/Spore.git")
Public domain.