Skip to content

Commit 1f83e42

Browse files
committed
chore: update deployment target 9 to 11
1 parent 6cc98b5 commit 1f83e42

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

Package.swift

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,11 +1,11 @@
1-
// swift-tools-version:5.4
1+
// swift-tools-version: 5.8
22

33
import PackageDescription
44

55
let package = Package(
66
name: "URLNavigator",
77
platforms: [
8-
.iOS(.v9), .tvOS(.v9),
8+
.iOS(.v11), .tvOS(.v11),
99
],
1010
products: [
1111
.library(name: "URLMatcher", targets: ["URLMatcher"]),

URLNavigator.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,6 @@ Pod::Spec.new do |s|
1212
s.requires_arc = true
1313
s.swift_version = "5.0"
1414

15-
s.ios.deployment_target = "9.0"
16-
s.tvos.deployment_target = "9.0"
15+
s.ios.deployment_target = "11.0"
16+
s.tvos.deployment_target = "11.0"
1717
end

0 commit comments

Comments
 (0)