We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aed2b2a commit 6e9eb6cCopy full SHA for 6e9eb6c
Package.swift
@@ -4,7 +4,7 @@ import PackageDescription
4
5
let package = Package(
6
name: "SwiftCBOR",
7
- platforms: [.macOS(.v10_10), .iOS(.v10)],
+ platforms: [.macOS(.v10_13), .iOS(.v13)],
8
products: [
9
.library(name: "SwiftCBOR", targets: ["SwiftCBOR"])
10
],
SwiftCBOR.podspec
@@ -11,8 +11,8 @@ Pod::Spec.new do |s|
11
s.source = { git: 'https://github.com/unrelentingtech/SwiftCBOR.git', tag: "v#{s.version}" }
12
s.swift_version = '5.0'
13
14
- s.ios.deployment_target = '11.0'
15
- s.osx.deployment_target = '10.12'
+ s.ios.deployment_target = '13.0'
+ s.osx.deployment_target = '10.13'
16
17
s.source_files = 'Sources/**/*.{swift,h}'
18
0 commit comments