Skip to content

Commit

Permalink
Added package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
priteshrnandgaonkar committed Jul 19, 2017
1 parent 81ab526 commit 51ddac2
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,2 @@
/Carthage
.DS_Store
8 changes: 8 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
// swift-tools-version:3.1

import PackageDescription

let package = Package(
name: "KVStore",
dependencies: []
)

0 comments on commit 51ddac2

Please sign in to comment.