Skip to content

Commit 2df1e97

Browse files
Merge pull request #347 from pusher/fix/carthage-app-store-submission
Update NWWebSocket to v0.5.2
2 parents e102d11 + 61e0d9d commit 2df1e97

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.0
2-
github "pusher/NWWebSocket" ~> 0.5.1
2+
github "pusher/NWWebSocket" ~> 0.5.2

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.0.2"
2-
github "pusher/NWWebSocket" "0.5.1"
2+
github "pusher/NWWebSocket" "0.5.2"

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.1")),
12+
.package(url: "https://github.com/pusher/NWWebSocket.git", .upToNextMajor(from: "0.5.2")),
1313
.package(url: "https://github.com/bitmark-inc/tweetnacl-swiftwrap", .upToNextMajor(from: "1.0.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.1'
16+
s.dependency 'NWWebSocket', '~> 0.5.2'
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.1'
16+
s.dependency 'NWWebSocket', '~> 0.5.2'
1717

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

0 commit comments

Comments
 (0)