Skip to content

ProjectLimelight/limelight-sdk-spm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

12 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Limelight iOS SDK

Limelight iOS SDK for Swift Package Manager.

Setup instructions

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"))
]

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

 
 
 

Contributors