Skip to content

Commit

Permalink
Add basic SwiftPM manifest file
Browse files Browse the repository at this point in the history
  • Loading branch information
Jeehut authored Mar 13, 2019
1 parent ab0f6e8 commit c8083c5
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
// swift-tools-version:4.2
import PackageDescription

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

0 comments on commit c8083c5

Please sign in to comment.