Skip to content

A Swift Pacakge version of VLCKit to allow embedding of VLCKit in iOS, macOS, and tvOS applications.

License

Notifications You must be signed in to change notification settings

IgorFedorchuk/vlckit-spm

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

10 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

VLCKit SPM

This is a Swift Package Manager compatible version of VLCKit. It distributes and bundles VLCKit for iOS, macOS and tvOS as a single Swift Package.

Installation

Add this repo to as a Swift Package dependency to your project

https://github.com/tylerjonesio/vlckit-spm

If using this in a swift package, add this repo as a dependency.

.package(url: "https://github.com/tylerjonesio/vlckit-spm/", .upToNextMajor(from: "3.5.1"))

Usage

To get started, import this library: import VLCKitSPM

See the VLCKit documentation for more info on integration and usage for VLCKit.

Building

If you would like to bundle your own VLCKit binaries run the generate.sh script.

About

A Swift Pacakge version of VLCKit to allow embedding of VLCKit in iOS, macOS, and tvOS applications.

Resources

License

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Shell 53.4%
  • Swift 46.6%