Skip to content

Latest commit

 

History

History
24 lines (17 loc) · 781 Bytes

README.md

File metadata and controls

24 lines (17 loc) · 781 Bytes

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/koombea/vlckit-spm

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

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

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.