To add a package dependency to your Xcode project, select File > Add Package Dependencies and enter https://github.com/blobs-lol/farcaster-swift.git in the Search or Enter Package URL search box.
Alternatively, add the package dependency to your Package.swift
:
dependencies: [
.package(url: "https://github.com/blobs-lol/farcaster-swift.git", branch: "master")
]
TODO