We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0da097c commit dc62982Copy full SHA for dc62982
Package.swift
@@ -6,7 +6,7 @@ import PackageDescription
6
let package = Package(
7
name: "SDWebImageWebPCoder",
8
platforms: [
9
- .macOS(.v10_13), .iOS(.v8), .tvOS(.v10)
+ .macOS(.v10_10), .iOS(.v8), .tvOS(.v9), .watchOS(.v2)
10
],
11
products: [
12
// Products define the executables and libraries produced by a package, and make them visible to other packages.
0 commit comments