diff --git a/mParticle-Iterable.podspec b/mParticle-Iterable.podspec index 4dce4da..93fe0ac 100644 --- a/mParticle-Iterable.podspec +++ b/mParticle-Iterable.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "mParticle-Iterable" - s.version = "8.2.0" + s.version = "8.3.0" s.summary = "Iterable integration for mParticle" s.description = "This is the Iterable integration for mParticle." @@ -11,7 +11,7 @@ Pod::Spec.new do |s| s.source = { :git => "https://github.com/mparticle-integrations/mparticle-apple-integration-iterable.git", :tag => s.version.to_s } s.social_media_url = "https://twitter.com/mparticle" - s.ios.deployment_target = "9.0" + s.ios.deployment_target = "11.0" s.ios.source_files = 'mParticle-Iterable/*.{h,m,mm}' s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.0' s.ios.dependency 'Iterable-iOS-SDK', '~> 6.2'