feat: Updates platforms in package.swift
All checks were successful
CI / Run tests. (push) Successful in 1m21s

This commit is contained in:
2024-12-18 09:07:14 -05:00
parent e524056dc6
commit bbace73d97

View File

@@ -4,6 +4,7 @@ import PackageDescription
let package = Package(
name: "swift-cli-doc",
platforms: [.macOS(.v10_15)],
products: [
.library(name: "CliDocCore", targets: ["CliDocCore"]),
.library(name: "CliDoc", targets: ["CliDoc"])