Generated with [Devin](https://devin.ai) Co-Authored-By: Devin <158243242+devin-ai-integration[bot]@users.noreply.github.com>
14 lines
279 B
Swift
14 lines
279 B
Swift
// swift-tools-version: 5.7
|
|
import PackageDescription
|
|
|
|
let package = Package(
|
|
name: "ICCeryCore",
|
|
platforms: [.macOS(.v12)],
|
|
products: [
|
|
.library(name: "ICCeryCore", targets: ["ICCeryCore"]),
|
|
],
|
|
targets: [
|
|
.target(name: "ICCeryCore"),
|
|
]
|
|
)
|