Skip to content

Commit

Permalink
Clean up Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
msaps committed Apr 6, 2024
1 parent fdeced4 commit 3947684
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
// swift-tools-version:5.10
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
Expand All @@ -16,8 +16,6 @@ let package = Package(
.package(url: "https://github.com/uias/Pageboy", from: "4.1.0")
],
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: "Tabman",
dependencies: ["Pageboy"],
Expand Down

0 comments on commit 3947684

Please sign in to comment.