Skip to content

Commit 6e9eb6c

Browse files
committed
Bump minimum supported iOS version to 13.0 and macOS version to 10.13
1 parent aed2b2a commit 6e9eb6c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

Package.swift

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ import PackageDescription
44

55
let package = Package(
66
name: "SwiftCBOR",
7-
platforms: [.macOS(.v10_10), .iOS(.v10)],
7+
platforms: [.macOS(.v10_13), .iOS(.v13)],
88
products: [
99
.library(name: "SwiftCBOR", targets: ["SwiftCBOR"])
1010
],

SwiftCBOR.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -11,8 +11,8 @@ Pod::Spec.new do |s|
1111
s.source = { git: 'https://github.com/unrelentingtech/SwiftCBOR.git', tag: "v#{s.version}" }
1212
s.swift_version = '5.0'
1313

14-
s.ios.deployment_target = '11.0'
15-
s.osx.deployment_target = '10.12'
14+
s.ios.deployment_target = '13.0'
15+
s.osx.deployment_target = '10.13'
1616

1717
s.source_files = 'Sources/**/*.{swift,h}'
1818

0 commit comments

Comments
 (0)