Skip to content

Commit 0c42a03

Browse files
committed
Upgrade NWWebSocket to version 0.5.7
1 parent 7be9604 commit 0c42a03

File tree

6 files changed

+7
-7
lines changed

6 files changed

+7
-7
lines changed

Cartfile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "bitmark-inc/tweetnacl-swiftwrap" ~> 1.1.0
2-
github "pusher/NWWebSocket" ~> 0.5.6
2+
github "pusher/NWWebSocket" ~> 0.5.7

Cartfile.resolved

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
11
github "bitmark-inc/tweetnacl-swiftwrap" "1.1.0"
2-
github "pusher/NWWebSocket" "0.5.6"
2+
github "pusher/NWWebSocket" "0.5.7"

Package.resolved

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Package.swift

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ let package = Package(
99
.library(name: "PusherSwift", targets: ["PusherSwift"])
1010
],
1111
dependencies: [
12-
.package(url: "https://github.com/pusher/NWWebSocket.git", .upToNextMajor(from: "0.5.6")),
12+
.package(url: "https://github.com/pusher/NWWebSocket.git", .upToNextMajor(from: "0.5.7")),
1313
.package(url: "https://github.com/bitmark-inc/tweetnacl-swiftwrap", .upToNextMajor(from: "1.1.0")),
1414
],
1515
targets: [

PusherSwift.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.source_files = ['Sources/**/*.swift']
1414

1515
s.dependency 'TweetNacl', '~> 1.0.0'
16-
s.dependency 'NWWebSocket', '~> 0.5.4'
16+
s.dependency 'NWWebSocket', '~> 0.5.7'
1717

1818
s.ios.deployment_target = '13.0'
1919
s.osx.deployment_target = '10.15'

PusherSwiftWithEncryption.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,7 @@ Pod::Spec.new do |s|
1313
s.source_files = ['Sources/**/*.swift']
1414

1515
s.dependency 'TweetNacl', '~> 1.0.0'
16-
s.dependency 'NWWebSocket', '~> 0.5.4'
16+
s.dependency 'NWWebSocket', '~> 0.5.7'
1717

1818
s.ios.deployment_target = '13.0'
1919
s.osx.deployment_target = '10.15'

0 commit comments

Comments
 (0)