Skip to content

Commit

Permalink
Added Package.swift to framework project
Browse files Browse the repository at this point in the history
  • Loading branch information
Mathias Köhnke committed Sep 19, 2016
1 parent 489ef89 commit 00e9529
Show file tree
Hide file tree
Showing 3 changed files with 15 additions and 0 deletions.
5 changes: 5 additions & 0 deletions .gitignore
Expand Up @@ -54,3 +54,8 @@ Cartfile.resolved

fastlane/report.xml
fastlane/screenshots

# SPM
.build/
Packages/

1 change: 1 addition & 0 deletions .swift-version
@@ -0,0 +1 @@
3.0
9 changes: 9 additions & 0 deletions Package.swift
@@ -0,0 +1,9 @@
import PackageDescription

let package = Package(
name: "WKZombie",
targets: [],
dependencies: [
.Package(url: "https://github.com/mkoehnke/hpple.git", Version(0,2,2))
]
)

0 comments on commit 00e9529

Please sign in to comment.