From e412e608fa8a7a943f564f91496d52c061edd2d3 Mon Sep 17 00:00:00 2001 From: Gabriel Lievano Date: Tue, 7 May 2024 15:06:45 -0700 Subject: [PATCH] Bump up versions for Xcode 15+ --- PINCache.podspec | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/PINCache.podspec b/PINCache.podspec index a8f95f39..18f7a561 100644 --- a/PINCache.podspec +++ b/PINCache.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'PINCache' - s.version = '3.0.3' + s.version = '3.0.4' s.homepage = 'https://github.com/pinterest/PINCache' s.summary = 'Fast, thread safe, parallel object cache for iOS and OS X.' s.authors = { 'Garrett Moon' => 'garrett@pinterest.com', 'Justin Ouellette' => 'jstn@tumblr.com' } @@ -10,10 +10,10 @@ Pod::Spec.new do |s| s.frameworks = 'Foundation' s.ios.weak_frameworks = 'UIKit' s.osx.weak_frameworks = 'AppKit' - s.ios.deployment_target = '8.0' - s.osx.deployment_target = '10.8' - s.tvos.deployment_target = '9.0' - s.watchos.deployment_target = '2.0' + s.ios.deployment_target = '12.0' + s.osx.deployment_target = '10.13' + s.tvos.deployment_target = '12.0' + s.watchos.deployment_target = '4.0' pch_PIN = <<-EOS #ifndef TARGET_OS_WATCH #define TARGET_OS_WATCH 0