Skip to content

Commit

Permalink
Fixed SwiftPM manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
rafaelfrancisco-dev committed Sep 5, 2019
1 parent 06bea13 commit 9529412
Showing 1 changed file with 12 additions and 1 deletion.
13 changes: 12 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,3 +1,14 @@
// swift-tools-version:4.0
// The swift-tools-version declares the minimum version of Swift required to build this package.
import PackageDescription

let package = Package(name: "Haptica")
let package = Package(
name: "Haptica",
products: [
.library(name: "Haptica", targets: ["Haptica"])
],
dependencies: [],
targets: [
.target(name: "Haptica", path: "Sources")
]
)

0 comments on commit 9529412

Please sign in to comment.