Skip to content

Commit

Permalink
SPM compatibility
Browse files Browse the repository at this point in the history
  • Loading branch information
Miguel Ángel Díaz committed Aug 14, 2019
1 parent bfa2f67 commit 080dc17
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Expand Up @@ -26,6 +26,7 @@ xcuserdata
*.hmap
*.ipa
.build
.swiftpm

# CocoaPods
Pods/
Expand Down
9 changes: 8 additions & 1 deletion Package.swift
@@ -1,5 +1,12 @@
// swift-tools-version:5.0
import PackageDescription

let package = Package(
name: "Swiftline"
name: "Swiftline",
products: [
.library(name: "Swiftline", targets: ["Swiftline"]),
],
targets: [
.target(name: "Swiftline", path: "Source"),
]
)

0 comments on commit 080dc17

Please sign in to comment.