From f1d67ac057ab40374822097f00ac69ac04cb5a2d Mon Sep 17 00:00:00 2001 From: tid Date: Thu, 22 Feb 2024 13:29:23 +0900 Subject: [PATCH] Bump up to ios deployment target to 12.0 Bump up to macos deployment target to 10.10 --- Kanna.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Kanna.podspec b/Kanna.podspec index a088320..458ce5b 100644 --- a/Kanna.podspec +++ b/Kanna.podspec @@ -9,8 +9,8 @@ Pod::Spec.new do |s| s.social_media_url = 'https://twitter.com/_tid_' s.swift_versions = '5' - s.ios.deployment_target = '8.0' - s.osx.deployment_target = '10.9' + s.ios.deployment_target = '12.0' + s.osx.deployment_target = '10.13' s.tvos.deployment_target = "9.0" s.watchos.deployment_target = "2.0" s.requires_arc = true