Skip to content

Commit

Permalink
update reachability version check to greater than check (#32)
Browse files Browse the repository at this point in the history
  • Loading branch information
rcrahul43 authored Feb 29, 2024
1 parent cbe4737 commit 61d8a8a
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion CourierMQTT.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,6 @@ Pod::Spec.new do |c|
c.dependency 'CourierCore', "#{c.version}"
# Make sure to use the forked version from private podspec "ios-ca-podspecs" as it contains critical fix on MQTTSession for transportDidClose
c.dependency 'MQTTClientGJ', "#{c.version}"
c.dependency 'ReachabilitySwift', '5.0.0'
c.dependency 'ReachabilitySwift', '>= 5.0.0'
end

2 changes: 1 addition & 1 deletion Podfile
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ source 'https://cdn.cocoapods.org/'
# use_modular_headers!

def courier_pods
pod 'ReachabilitySwift', '5.0.0'
pod 'ReachabilitySwift', '>= 5.0.0'
end

target 'CourierMQTT' do
Expand Down
6 changes: 3 additions & 3 deletions Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ PODS:
- SwiftProtobuf (1.17.0)

DEPENDENCIES:
- ReachabilitySwift (= 5.0.0)
- ReachabilitySwift (>= 5.0.0)
- SwiftProtobuf

SPEC REPOS:
Expand All @@ -15,6 +15,6 @@ SPEC CHECKSUMS:
ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825
SwiftProtobuf: 9c85136c6ba74b0a1b84279dbf0f6db8efb714e0

PODFILE CHECKSUM: a4337e4674909ba3194470b783f5e8fa68363376
PODFILE CHECKSUM: 76c14a67729df1d741b2107f1a696b482f145f30

COCOAPODS: 1.12.1
COCOAPODS: 1.15.2

0 comments on commit 61d8a8a

Please sign in to comment.