From ee0b50ce1add1d50c43f8bc54b465f9a7b689704 Mon Sep 17 00:00:00 2001 From: BrandonStalnaker Date: Thu, 4 Apr 2024 10:22:04 -0400 Subject: [PATCH] update minimum for podspec --- mParticle-Apptentive.podspec | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/mParticle-Apptentive.podspec b/mParticle-Apptentive.podspec index 18e29f4..34feb5a 100755 --- a/mParticle-Apptentive.podspec +++ b/mParticle-Apptentive.podspec @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/mparticle-integrations/mparticle-apple-integration-apptentive.git", :tag => s.version.to_s } s.social_media_url = "https://twitter.com/mparticle" s.swift_version = "5.5" - s.ios.deployment_target = "11.0" + s.ios.deployment_target = "13.0" s.ios.source_files = 'mParticle-Apptentive/*.{h,m,mm}' s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.7' s.ios.dependency 'ApptentiveKit', '~> 6.6'