Skip to content

Commit

Permalink
update minimum for podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonStalnaker committed Apr 4, 2024
1 parent 0df7787 commit ee0b50c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mParticle-Apptentive.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -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'
Expand Down

0 comments on commit ee0b50c

Please sign in to comment.