Skip to content

Commit 0d7b23a

Browse files
authored
Merge pull request #145 from onevcat/fix/upgrade-version
Upgrade minimal supported versions
2 parents d570a38 + ef72091 commit 0d7b23a

File tree

3 files changed

+5
-5
lines changed

3 files changed

+5
-5
lines changed

APNGKit.podspec

+3-3
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,9 @@ Pod::Spec.new do |s|
1818
s.authors = { "onevcat" => "[email protected]" }
1919
s.social_media_url = "http://twitter.com/onevcat"
2020

21-
s.ios.deployment_target = "9.0"
22-
s.osx.deployment_target = "10.12"
23-
s.tvos.deployment_target = "9.0"
21+
s.ios.deployment_target = "12.0"
22+
s.osx.deployment_target = "10.14"
23+
s.tvos.deployment_target = "12.0"
2424

2525
s.source = { :git => "https://github.com/onevcat/APNGKit.git", :tag => s.version }
2626

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PackageDescription
33

44
let package = Package(
55
name: "APNGKit",
6-
platforms: [.macOS(.v10_11), .iOS(.v9), .tvOS(.v9)],
6+
platforms: [.macOS(.v10_14), .iOS(.v12), .tvOS(.v12)],
77
products: [
88
.library(name: "APNGKit", targets: ["APNGKit"])
99
],

[email protected]

+1-1
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ import PackageDescription
33

44
let package = Package(
55
name: "APNGKit",
6-
platforms: [.macOS(.v10_13), .iOS(.v12), .tvOS(.v12)],
6+
platforms: [.macOS(.v10_14), .iOS(.v12), .tvOS(.v12)],
77
products: [
88
.library(name: "APNGKit", targets: ["APNGKit"])
99
],

0 commit comments

Comments
 (0)