Skip to content

Commit 22058fd

Browse files
removed unused dependency
1 parent f649b4d commit 22058fd

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

Package.swift

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,13 +19,12 @@ let package = Package(
1919
dependencies: [
2020
.package(url: "https://github.com/GetStream/stream-chat-swift.git", from: "4.5.0"),
2121
.package(url: "https://github.com/kean/Nuke.git", from: "10.0.0"),
22-
.package(url: "https://github.com/kirualex/SwiftyGif.git", from: "5.3.0"),
2322
.package(url: "https://github.com/kean/NukeUI.git", from: "0.7.0")
2423
],
2524
targets: [
2625
.target(
2726
name: "StreamChatSwiftUI",
28-
dependencies: [.product(name: "StreamChat", package: "stream-chat-swift"), "Nuke", "SwiftyGif", "NukeUI"],
27+
dependencies: [.product(name: "StreamChat", package: "stream-chat-swift"), "Nuke", "NukeUI"],
2928
exclude: ["README.md", "Info.plist", "Generated/L10n_template.stencil"],
3029
resources: [.process("Resources")]
3130
)

0 commit comments

Comments
 (0)