Skip to content

Commit

Permalink
chore: update deployment target 9 to 11
Browse files Browse the repository at this point in the history
  • Loading branch information
OhKanghoon committed Jul 9, 2023
1 parent 6cc98b5 commit 1f83e42
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
// swift-tools-version:5.4
// swift-tools-version: 5.8

import PackageDescription

let package = Package(
name: "URLNavigator",
platforms: [
.iOS(.v9), .tvOS(.v9),
.iOS(.v11), .tvOS(.v11),
],
products: [
.library(name: "URLMatcher", targets: ["URLMatcher"]),
Expand Down
4 changes: 2 additions & 2 deletions URLNavigator.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -12,6 +12,6 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.swift_version = "5.0"

s.ios.deployment_target = "9.0"
s.tvos.deployment_target = "9.0"
s.ios.deployment_target = "11.0"
s.tvos.deployment_target = "11.0"
end

0 comments on commit 1f83e42

Please sign in to comment.