Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
eonist committed Nov 19, 2024
1 parent 46a88bb commit 7104a5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,10 @@
// swift-tools-version: 5.6
// swift-tools-version: 5.9

import PackageDescription

let package = Package(
name: "Logger", // Name of the package
platforms: [.iOS(.v15), .macOS(.v12)], // Platforms the package supports
platforms: [.iOS(.v17), .macOS(.v14)], // Platforms the package supports
products: [
.library(
name: "Logger", // Name of the library
Expand Down

0 comments on commit 7104a5e

Please sign in to comment.