Skip to content

Commit

Permalink
fix: added Starscream in spm
Browse files Browse the repository at this point in the history
  • Loading branch information
shaunak-jagtap committed Jun 13, 2023
1 parent 95b08c3 commit 5419899
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,9 @@ let package = Package(
targets: ["DyteiOSSocketIO"]
)
],
dependencies: [],
dependencies: [
.package(url: "https://github.com/daltoniam/Starscream", .upToNextMinor(from: "4.0.0")),
],
targets: [
.target(
name: "DyteiOSSocketIO",
Expand Down

0 comments on commit 5419899

Please sign in to comment.