From fe29a52e304dbefcb31a0753fa80eb1de8d4522f Mon Sep 17 00:00:00 2001 From: Tony Million Date: Mon, 18 Mar 2024 17:18:07 -0700 Subject: [PATCH] Update Reachability.podspec bumped podspec again --- Reachability.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reachability.podspec b/Reachability.podspec index a37039a..8c9f82c 100644 --- a/Reachability.podspec +++ b/Reachability.podspec @@ -13,7 +13,7 @@ EOF Pod::Spec.new do |s| s.name = 'Reachability' - s.version = '3.7' + s.version = '3.7.5' s.summary = 'ARC and GCD Compatible Reachability Class for iOS and OS X. Drop in replacement for Apple Reachability.' s.homepage = 'https://github.com/tonymillion/Reachability'