Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
kieranb662 authored Dec 17, 2020
1 parent 417ea50 commit 3a3319c
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -5,21 +5,16 @@ import PackageDescription

let package = Package(
name: "bez",
platforms: [.iOS(.v13)],
platforms: [.iOS(.v13), .macOS(.v10_15), .watchOS(.v6)],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "bez",
targets: ["bez"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
// .package(url: /* package url */, from: "1.0.0"),
.package(url: "https://github.com/kieranb662/CGExtender.git", from: "1.0.1")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages which this package depends on.
.target(
name: "bez",
dependencies: ["CGExtender"]),
Expand Down

0 comments on commit 3a3319c

Please sign in to comment.