From a0ca0f3470ce2b65becdc29689361ce5a5e94034 Mon Sep 17 00:00:00 2001 From: mParticle Automation Date: Wed, 13 Mar 2019 11:45:25 -0400 Subject: [PATCH] Update version to 7.9.0 --- Cartfile | 2 +- mParticle-Iterable.podspec | 4 ++-- mParticle_Iterable.json | 3 +++ 3 files changed, 6 insertions(+), 3 deletions(-) diff --git a/Cartfile b/Cartfile index a478eab..ba29696 100644 --- a/Cartfile +++ b/Cartfile @@ -1 +1 @@ -github "mparticle/mparticle-apple-sdk" ~> 7.8.0 +github "mparticle/mparticle-apple-sdk" ~> 7.9.0 diff --git a/mParticle-Iterable.podspec b/mParticle-Iterable.podspec index 2683db5..f0eedb2 100644 --- a/mParticle-Iterable.podspec +++ b/mParticle-Iterable.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "mParticle-Iterable" - s.version = "7.8.6" + s.version = "7.9.0" s.summary = "Iterable integration for mParticle" s.description = "This is the Iterable integration for mParticle." @@ -13,5 +13,5 @@ Pod::Spec.new do |s| s.ios.deployment_target = "8.0" s.ios.source_files = 'mParticle-Iterable/*.{h,m,mm}' - s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.8.0' + s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.9.0' end diff --git a/mParticle_Iterable.json b/mParticle_Iterable.json index c439919..c3bdd76 100644 --- a/mParticle_Iterable.json +++ b/mParticle_Iterable.json @@ -25,5 +25,8 @@ }, { "7.8.6": "https://github.com/mparticle-integrations/mparticle-apple-integration-iterable/releases/download/7.8.6/mParticle_Iterable.framework.zip" + }, + { + "7.9.0": "https://github.com/mparticle-integrations/mparticle-apple-integration-iterable/releases/download/7.9.0/mParticle_Iterable.framework.zip" } ]