Skip to content

Commit 047b7a8

Browse files
committed
update ios deployment target
1 parent 8c4b00b commit 047b7a8

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ import PackageDescription
55
let package = Package(
66
name: "WeakMapTable",
77
platforms: [
8-
.macOS(.v10_11), .iOS(.v8), .tvOS(.v9), .watchOS(.v3)
8+
.macOS(.v10_11), .iOS(.v9), .tvOS(.v9), .watchOS(.v3)
99
],
1010
products: [
1111
.library(name: "WeakMapTable", targets: ["WeakMapTable"]),

WeakMapTable.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@ Pod::Spec.new do |s|
1111
s.frameworks = "Foundation"
1212
s.swift_version = "5.1"
1313

14-
s.ios.deployment_target = "8.0"
14+
s.ios.deployment_target = "9.0"
1515
s.osx.deployment_target = "10.11"
1616
s.tvos.deployment_target = "9.0"
1717
s.watchos.deployment_target = "3.0"

0 commit comments

Comments
 (0)