From c3c6e7968fb0dbca825fc5ae55453bb70a3506d7 Mon Sep 17 00:00:00 2001 From: Daniel Saidi Date: Mon, 5 Sep 2022 21:38:18 +0200 Subject: [PATCH] Update podspec --- Tutti.podspec | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/Tutti.podspec b/Tutti.podspec index 45c2e45..077b2e8 100644 --- a/Tutti.podspec +++ b/Tutti.podspec @@ -19,7 +19,8 @@ as well as compose onboarding experiences for entire apps and/or single features s.social_media_url = 'https://twitter.com/danielsaidi' s.swift_version = '5.6' - s.ios.deployment_target = '9.0' + s.ios.deployment_target = '13.0' + s.macos.deployment_target = '10.15' s.tvos.deployment_target = '13.0' s.watchos.deployment_target = '6.0' s.source_files = 'Sources/Tutti/**/*.swift'