From 25c2eca6fb5cd42abf25f541eb32d9dc84de2aa1 Mon Sep 17 00:00:00 2001 From: Tony Million Date: Mon, 18 Mar 2024 17:07:56 -0700 Subject: [PATCH] Update Reachability.podspec bump podspec tag to 3.7 --- Reachability.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Reachability.podspec b/Reachability.podspec index ba8d377..a37039a 100644 --- a/Reachability.podspec +++ b/Reachability.podspec @@ -13,7 +13,7 @@ EOF Pod::Spec.new do |s| s.name = 'Reachability' - s.version = '3.6' + s.version = '3.7' 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'