mirror of
https://github.com/nicoverbruggen/NVAlert.git
synced 2025-08-07 17:50:08 +02:00
Initial commit
This commit is contained in:
20
Package.swift
Normal file
20
Package.swift
Normal file
@ -0,0 +1,20 @@
|
||||
// swift-tools-version: 5.10
|
||||
// The swift-tools-version declares the minimum version of Swift required to build this package.
|
||||
|
||||
import PackageDescription
|
||||
|
||||
let package = Package(
|
||||
name: "NVAlert",
|
||||
products: [
|
||||
.library(
|
||||
name: "NVAlert",
|
||||
targets: ["NVAlert"]),
|
||||
],
|
||||
targets: [
|
||||
.target(
|
||||
name: "NVAlert"),
|
||||
.testTarget(
|
||||
name: "NVAlertTests",
|
||||
dependencies: ["NVAlert"]),
|
||||
]
|
||||
)
|
Reference in New Issue
Block a user