Skip to content

Commit

Permalink
Update NWWSocket to 0.5.4
Browse files Browse the repository at this point in the history
  • Loading branch information
fbenevides committed Dec 15, 2023
1 parent 9aa3370 commit 8bd6ccb
Show file tree
Hide file tree
Showing 5 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "bitmark-inc/tweetnacl-swiftwrap" ~> 1.0
github "pusher/NWWebSocket" ~> 0.5.3
github "pusher/NWWebSocket" ~> 0.5.4
2 changes: 1 addition & 1 deletion Cartfile.resolved
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
github "bitmark-inc/tweetnacl-swiftwrap" "1.1.0"
github "pusher/NWWebSocket" "0.5.3"
github "pusher/NWWebSocket" "0.5.4"
2 changes: 1 addition & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ let package = Package(
.library(name: "PusherSwift", targets: ["PusherSwift"])
],
dependencies: [
.package(url: "https://github.com/pusher/NWWebSocket.git", .upToNextMajor(from: "0.5.3")),
.package(url: "https://github.com/pusher/NWWebSocket.git", .upToNextMajor(from: "0.5.4")),
.package(url: "https://github.com/bitmark-inc/tweetnacl-swiftwrap", .upToNextMajor(from: "1.0.0")),
],
targets: [
Expand Down
2 changes: 1 addition & 1 deletion PusherSwift.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source_files = ['Sources/**/*.swift']

s.dependency 'TweetNacl', '~> 1.0.0'
s.dependency 'NWWebSocket', '~> 0.5.3'
s.dependency 'NWWebSocket', '~> 0.5.4'

s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
Expand Down
2 changes: 1 addition & 1 deletion PusherSwiftWithEncryption.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.source_files = ['Sources/**/*.swift']

s.dependency 'TweetNacl', '~> 1.0.0'
s.dependency 'NWWebSocket', '~> 0.5.3'
s.dependency 'NWWebSocket', '~> 0.5.4'

s.ios.deployment_target = '13.0'
s.osx.deployment_target = '10.15'
Expand Down

0 comments on commit 8bd6ccb

Please sign in to comment.