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 4, 2015
1 parent a2c9d2d commit 51830c1
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 51830c1

Please sign in to comment.