Skip to content

Commit

Permalink
➖ Remove SPIndicator
Browse files Browse the repository at this point in the history
  • Loading branch information
yermukhanbet committed Oct 6, 2022
1 parent 8cbaf39 commit e924527
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -13,15 +13,13 @@ let package = Package(
targets: ["ComposableLogsSheetKit"]),
],
dependencies: [
.package(url: "https://github.com/ivanvorobei/SPIndicator", .upToNextMajor(from: "1.6.0")),
.package(url: "https://github.com/pointfreeco/swift-composable-architecture", .upToNextMajor(from: "0.40.0")),
.package(url: "https://github.com/riiid/LogsSheetKit", .upToNextMajor(from: "0.9.0"))
],
targets: [
.target(
name: "ComposableLogsSheetKit",
dependencies: [
"SPIndicator",
"LogsSheetKit",
.product(name: "ComposableArchitecture", package: "swift-composable-architecture")
]),
Expand Down

0 comments on commit e924527

Please sign in to comment.