Skip to content

Commit

Permalink
first commit
Browse files Browse the repository at this point in the history
  • Loading branch information
Sam Dods committed Jul 13, 2016
0 parents commit 1cb5fc2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
6 changes: 6 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
import PackageDescription

let package = Package(
name: "SwiftPackageTest"
)

4 changes: 4 additions & 0 deletions Sources/ExampleObject.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,4 @@
public struct ExampleObject {
let identifier: String
}

0 comments on commit 1cb5fc2

Please sign in to comment.