Skip to content

Commit

Permalink
Bump platform version b/c of the issue: onevcat#1802
Browse files Browse the repository at this point in the history
  • Loading branch information
dadalar committed Oct 1, 2021
1 parent d06df9a commit e0e7c3f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ import PackageDescription

let package = Package(
name: "Kingfisher",
platforms: [.iOS(.v10), .macOS(.v10_12), .tvOS(.v10), .watchOS(.v3)],
platforms: [.iOS(.v13), .macOS(.v10_15)],
products: [
.library(name: "Kingfisher", targets: ["Kingfisher"])
],
Expand Down

0 comments on commit e0e7c3f

Please sign in to comment.