Skip to content

Commit

Permalink
Add support for SwiftPM (#51)
Browse files Browse the repository at this point in the history
  • Loading branch information
netizen01 authored and wojteklu committed Dec 14, 2019
1 parent 0b1ae91 commit 2df9acf
Show file tree
Hide file tree
Showing 2 changed files with 20 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .swiftpm/xcode/package.xcworkspace/contents.xcworkspacedata

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

13 changes: 13 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// swift-tools-version:4.2
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription

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

0 comments on commit 2df9acf

Please sign in to comment.