Skip to content

Commit

Permalink
Finalize Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
JonasGessner committed Oct 15, 2020
1 parent 9e5721d commit 69898e4
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Package.swift
Expand Up @@ -14,14 +14,14 @@ let package = Package(
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/JonasGessner/JGProgressHUD.git", .branch("master")),
.package(url: "https://github.com/JonasGessner/JGProgressHUD.git", from: "2.2.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 this package depends on.
.target(
name: "JGProgressHUD-SwiftUI",
dependencies: [.product(name: "JGProgressHUD", package: "JGProgressHUD")]),
dependencies: [.product(name: "JGProgressHUD", package: "JGProgressHUD")]
)
]
)

0 comments on commit 69898e4

Please sign in to comment.