We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4aa42e4 commit dc62752Copy full SHA for dc62752
1 file changed
Package.swift
@@ -6,10 +6,8 @@ import PackageDescription
6
let package = Package(
7
name: "AlamofireObjectMapper",
8
platforms: [
9
- .iOS(.v11),
10
- .tvOS(.v11),
11
- .watchOS(.v5),
12
- .macOS(.v10_14),
+ .macOS(.v12),
+ .iOS(.v13),
13
],
14
products: [
15
// Products define the executables and libraries a package produces, and make them visible to other packages.
0 commit comments