Skip to content

Instantly share code, notes, and snippets.

@laevandus
Last active August 30, 2020 00:43
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save laevandus/b7c4f959959140f79e91f64f72bded2b to your computer and use it in GitHub Desktop.
Save laevandus/b7c4f959959140f79e91f64f72bded2b to your computer and use it in GitHub Desktop.
// swift-tools-version:5.3
import PackageDescription
let package = Package(
name: "ButtonKit",
platforms: [
.iOS(.v14), .macOS(.v10_15)
],
products: [
.library(
name: "ButtonKit",
targets: ["ButtonKit"]),
],
targets: [
.target(
name: "ButtonKit", dependencies: []),
.testTarget(name: "ButtonKitTests", dependencies: ["ButtonKit"]),
]
)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment