Skip to content

Commit

Permalink
Merge pull request #1 from fromkk/feature/package
Browse files Browse the repository at this point in the history
add Package.swift
  • Loading branch information
fromkk committed Jul 18, 2019
2 parents bb98bfa + 77eb3ea commit a8853ed
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Package.swift
@@ -0,0 +1,16 @@
// swift-tools-version:5.1
import PackageDescription

let package = Package(
name: "ColorSet",
products: [
.library(name: "ColorSet", targets: ["ColorSet"])
],
targets: [
.target(
name: "ColorSet",
path: "Sources",
exclude: []
)
]
)

0 comments on commit a8853ed

Please sign in to comment.