From a53e3a5fba451104e44141c7399c3b6c6b6eeb8a Mon Sep 17 00:00:00 2001
From: LEE <18611401994@163.com>
Date: Tue, 27 Jun 2023 15:10:24 +0800
Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E5=B0=8F=E7=B3=BB=E7=BB=9F=E7=89=88?=
 =?UTF-8?q?=E6=9C=AC=E6=94=B9=E4=B8=BA11.0?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit

---
 LEEAlert.podspec | 2 +-
 UPDATELOG.md     | 1 +
 2 files changed, 2 insertions(+), 1 deletion(-)

diff --git a/LEEAlert.podspec b/LEEAlert.podspec
index 48b13d6..0c241b8 100644
--- a/LEEAlert.podspec
+++ b/LEEAlert.podspec
@@ -11,7 +11,7 @@ s.license      = "MIT"
 s.author       = { "LEE" => "18611401994@163.com" }
 
 s.platform     = :ios
-s.platform     = :ios, "8.0"
+s.platform     = :ios, "11.0"
 
 s.source       = { :git => "https://github.com/lixiang1994/LEEAlert.git", :tag => s.version}
 
diff --git a/UPDATELOG.md b/UPDATELOG.md
index cb540ea..e14be2b 100644
--- a/UPDATELOG.md
+++ b/UPDATELOG.md
@@ -4,6 +4,7 @@
 V1.6.5
 ==============
 恢复`makeKeyAndVisible`调用
+最小系统版本改为11.0
 
 V1.6.4
 ==============