Skip to content

Commit

Permalink
Update version to 8.3.0
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Apr 25, 2023
1 parent 29e14f1 commit 63084ce
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions mParticle-Iterable.podspec
Original file line number Diff line number Diff line change
@@ -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."
Expand All @@ -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'
Expand Down

0 comments on commit 63084ce

Please sign in to comment.