Skip to content

Commit f5f388f

Browse files
committed
Add 'NWWebSocket' depenendency to .podspec files
1 parent c6dc374 commit f5f388f

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

PusherSwift.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ Pod::Spec.new do |s|
1414
s.exclude_files = ['Sources/PusherSwiftWithEncryption-Only/**/*.swift']
1515

1616
s.dependency 'ReachabilitySwift', '~> 5.0'
17+
s.dependency 'NWWebSocket', '~> 0.3.0'
1718

1819
s.ios.deployment_target = '13.0'
1920
s.osx.deployment_target = '10.15'

PusherSwiftWithEncryption.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ Pod::Spec.new do |s|
1515

1616
s.dependency 'ReachabilitySwift', '~> 5.0'
1717
s.dependency 'Sodium', '0.8.0'
18+
s.dependency 'NWWebSocket', '~> 0.3.0'
1819

1920
s.ios.deployment_target = '13.0'
2021
s.osx.deployment_target = '10.15'

0 commit comments

Comments
 (0)