Skip to content

Commit 0b70c35

Browse files
committed
Update minimum deployment targets to match recent changes for native WebSocket implementation.
1 parent d783f55 commit 0b70c35

File tree

2 files changed

+5
-5
lines changed

2 files changed

+5
-5
lines changed

PusherSwift.podspec

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

1616
s.dependency 'ReachabilitySwift', '~> 5.0'
1717

18-
s.ios.deployment_target = '8.0'
19-
s.osx.deployment_target = '10.11'
20-
s.tvos.deployment_target = '9.0'
18+
s.ios.deployment_target = '13.0'
19+
s.osx.deployment_target = '10.15'
20+
s.tvos.deployment_target = '13.0'
2121
end

PusherSwiftWithEncryption.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,6 +16,6 @@ Pod::Spec.new do |s|
1616
s.dependency 'ReachabilitySwift', '~> 5.0'
1717
s.dependency 'Sodium', '0.8.0'
1818

19-
s.ios.deployment_target = '8.0'
20-
s.osx.deployment_target = '10.11'
19+
s.ios.deployment_target = '13.0'
20+
s.osx.deployment_target = '10.15'
2121
end

0 commit comments

Comments
 (0)