From 3b5120fa082a847059bc0ca02f99561d6be25c5d Mon Sep 17 00:00:00 2001 From: mahmkaa <110240407+mahmkaa@users.noreply.github.com> Date: Fri, 14 Jun 2024 04:10:19 +0700 Subject: [PATCH] Update README.md (#808) Changed minimum target version in podfile example to 12.0 --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e1be307..303a4a5 100644 --- a/README.md +++ b/README.md @@ -55,7 +55,7 @@ To integrate SnapKit into your Xcode project using CocoaPods, specify it in your ```ruby source 'https://github.com/CocoaPods/Specs.git' -platform :ios, '10.0' +platform :ios, '12.0' use_frameworks! target '' do