diff --git a/Package.swift b/Package.swift index ee69d73..7243fa8 100644 --- a/Package.swift +++ b/Package.swift @@ -6,8 +6,7 @@ import PackageDescription let package = Package( name: "AsyncMultiplexImage", platforms: [ - .iOS(.v13), - .macOS(.v10_15) + .iOS(.v14), ], products: [ // Products define the executables and libraries a package produces, and make them visible to other packages.