From 09c6b3adac6a6a977d7a7151d52192878158d216 Mon Sep 17 00:00:00 2001 From: Tony Million Date: Fri, 12 Apr 2024 08:55:35 -0700 Subject: [PATCH] update podspec --- Reachability.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reachability.podspec b/Reachability.podspec index 8eabd43..50a133e 100644 --- a/Reachability.podspec +++ b/Reachability.podspec @@ -13,7 +13,7 @@ EOF Pod::Spec.new do |s| s.name = 'Reachability' - s.version = '3.7.5' + s.version = '3.7.6' 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'