Skip to content

Commit

Permalink
Add Package.swift.
Browse files Browse the repository at this point in the history
  • Loading branch information
natestedman committed Dec 22, 2015
1 parent cea41ca commit 6b6d86b
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
import PackageDescription

let package = Package(
name: "Result",
targets: [
Target(
name: "Result"
)
]
)

0 comments on commit 6b6d86b

Please sign in to comment.