Install
Prerequisites: a Keylight account (sign up at /signup) with your SDK key and Ed25519 public key in hand. The dashboard’s onboarding flow pre-fills the snippets on this page - copy-paste straight from there if you prefer.
Add the SPM dependency
Section titled “Add the SPM dependency”dependencies: [ .package(url: "https://github.com/Halloweedev/keylight-swift.git", from: "0.5.0"),],targets: [ .target( name: "YourApp", dependencies: [ .product(name: "KeylightSDK", package: "keylight-swift"), ] ),],File → Add Package Dependencies → enter https://github.com/Halloweedev/keylight-swift.git → select the KeylightSDK product.
Next step: build your LicenseManager with a single factory call.