SwiftPM distribution shell for the Beekon iOS SDK.
The source code lives in the monorepo at https://github.com/wayqteam/beekon under beekon-ios/. This repo only holds the Package.swift manifest and the per-release BeekonKit.xcframework.zip (attached to the corresponding GitHub Release).
.package(url: "https://github.com/wayqteam/beekon-ios-binary.git", from: "0.0.1")Package.swift— points at the latest binary target; regenerated by CI on each release.- GitHub Releases — each tag has the corresponding
BeekonKit.xcframework.zipattached, with SHA256 in release notes.
This repo is CI-managed by wayqteam/beekon's ios-release.yml. Manual edits will be overwritten on the next release.