Skip to content

Commit

Permalink
Fix version.
Browse files Browse the repository at this point in the history
  • Loading branch information
rehannali committed Apr 1, 2024
1 parent 1455743 commit d8e275d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
@@ -1,14 +1,14 @@
// swift-tools-version: 5.10
// swift-tools-version: 5.5
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "SGSerializable",
platforms: [
.iOS(.v12),
.iOS(.v11),
.macOS(.v10_15),
.tvOS(.v12),
.tvOS(.v11),
.watchOS(.v6)
],
products: [
Expand Down

0 comments on commit d8e275d

Please sign in to comment.