Limelight iOS SDK for Swift Package Manager.
The Swift Package Manager is a tool for managing the distribution of Swift code. It’s integrated with the Swift build system to automate the process of downloading, compiling, and linking dependencies.
To integrate the SDK into your project using Swift Package Manager, add as a Xcode Package Dependency or to your Package.swift:
dependencies: [
.package(url: "https://github.com/ProjectLimelight/limelight-sdk-spm.git", .upToNextMajor(from: "1.0.0"))
]