From 4f2c38ac7e7e07ed03e0549c39d166f2e2d81e41 Mon Sep 17 00:00:00 2001 From: "rahul.chaudhari" Date: Thu, 29 Feb 2024 17:04:51 +0530 Subject: [PATCH] update reachability version check to greater than check --- CourierMQTT.podspec | 2 +- Podfile | 2 +- Podfile.lock | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/CourierMQTT.podspec b/CourierMQTT.podspec index 284529c..5a2762b 100644 --- a/CourierMQTT.podspec +++ b/CourierMQTT.podspec @@ -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 diff --git a/Podfile b/Podfile index 345e8e8..e2c3483 100644 --- a/Podfile +++ b/Podfile @@ -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 diff --git a/Podfile.lock b/Podfile.lock index 0b150c3..0df1d96 100644 --- a/Podfile.lock +++ b/Podfile.lock @@ -3,7 +3,7 @@ PODS: - SwiftProtobuf (1.17.0) DEPENDENCIES: - - ReachabilitySwift (= 5.0.0) + - ReachabilitySwift (>= 5.0.0) - SwiftProtobuf SPEC REPOS: @@ -15,6 +15,6 @@ SPEC CHECKSUMS: ReachabilitySwift: 985039c6f7b23a1da463388634119492ff86c825 SwiftProtobuf: 9c85136c6ba74b0a1b84279dbf0f6db8efb714e0 -PODFILE CHECKSUM: a4337e4674909ba3194470b783f5e8fa68363376 +PODFILE CHECKSUM: 76c14a67729df1d741b2107f1a696b482f145f30 -COCOAPODS: 1.12.1 +COCOAPODS: 1.15.2