Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

update reachability version check to greater than check #32

Merged
merged 1 commit into from
Feb 29, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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
Loading