Skip to content

Commit 36b4264

Browse files
committed
Fix Reachability reference in Podspec
1 parent 7d31da5 commit 36b4264

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PusherSwift.podspec

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

1414
s.dependency 'CryptoSwift', '~> 0.8.3'
15-
s.dependency 'Reachability', '~> 4.1.0'
15+
s.dependency 'ReachabilitySwift', '~> 4.1.0'
1616
s.dependency 'TaskQueue', '~> 1.1.0'
1717
s.dependency 'StarscreamFork', '~> 3.0.5'
1818

0 commit comments

Comments
 (0)