From 411b2c1bd38d981e4bbc328d6908490255e225a1 Mon Sep 17 00:00:00 2001
From: Tony Million <tonymillion@gmail.com>
Date: Mon, 18 Mar 2024 15:51:39 -0700
Subject: [PATCH] Update Reachability.podspec

updated podspec to 3.6
---
 Reachability.podspec | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Reachability.podspec b/Reachability.podspec
index 1822c0d..f6424fa 100644
--- a/Reachability.podspec
+++ b/Reachability.podspec
@@ -13,7 +13,7 @@ EOF
 
 Pod::Spec.new do |s|
   s.name         = 'Reachability'
-  s.version      = '3.3'
+  s.version      = '3.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'