Skip to content

Commit

Permalink
cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
FelixHerrmann committed Aug 15, 2021
1 parent 6ee2df8 commit dcb17ad
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -10,18 +10,14 @@ let package = Package(
.tvOS(.v13)
],
products: [
// Products define the executables and libraries produced by a package, and make them visible to other packages.
.library(
name: "FHDiffableViewControllers",
targets: ["FHDiffableViewControllers"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/FelixHerrmann/FHExtensions.git", from: "1.1.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: "FHDiffableViewControllers",
dependencies: [
Expand Down

0 comments on commit dcb17ad

Please sign in to comment.