Update Package.swift

This commit is contained in:
aiden 3 2021-08-02 16:10:09 -06:00 committed by GitHub
parent 72e4111470
commit f315671ced
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -5,10 +5,10 @@ import PackageDescription
let package = Package(
name: "JellyfinAPI",
platforms: [
.iOS(.v12),
.iOS(.v13),
.macOS(.v10_11),
.tvOS(.v12),
.watchOS(.v3),
.tvOS(.v13),
.watchOS(.v5),
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.