Skip to content
This repository has been archived by the owner on Jun 20, 2024. It is now read-only.

Commit

Permalink
Updated manifest
Browse files Browse the repository at this point in the history
  • Loading branch information
ArtSabintsev committed Jun 13, 2020
1 parent 4ec656a commit 1d3cc02
Showing 1 changed file with 3 additions and 8 deletions.
11 changes: 3 additions & 8 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,15 +1,10 @@
// swift-tools-version:5.1

// swift-tools-version:5.2
import PackageDescription

let package = Package(
name: "Guitar",
products: [
.library(name: "Guitar", targets: ["Guitar"]),
],
targets: [
.target(name: "Guitar", path: "Sources/"),
],
platforms: [.iOS(.v9)],
products: [.library(name: "Guitar", targets: ["Guitar"])],
targets: [ .target(name: "Guitar", path: "Sources/")],
swiftLanguageVersions: [.v5]
)

0 comments on commit 1d3cc02

Please sign in to comment.