diff --git a/Cartfile b/Cartfile index 7cc3472..5c4194e 100644 --- a/Cartfile +++ b/Cartfile @@ -1,2 +1,2 @@ github "goprimer/primer-ios-sdk" == 3.2.3 -github "mparticle/mparticle-apple-sdk" ~> 7.7.0 +github "mparticle/mparticle-apple-sdk" ~> 7.8.0 diff --git a/mParticle-Primer.podspec b/mParticle-Primer.podspec index 6009dbe..2879dd4 100755 --- a/mParticle-Primer.podspec +++ b/mParticle-Primer.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "mParticle-Primer" - s.version = "7.7.5" + s.version = "7.8.0" s.summary = "Primer integration for mParticle" s.description = <<-DESC @@ -15,6 +15,6 @@ Pod::Spec.new do |s| s.ios.deployment_target = "8.0" s.ios.source_files = 'mParticle-Primer/*.{h,m,mm}' - s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.7.0' + s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.8.0' s.ios.dependency 'Primer', '3.2.3' end diff --git a/mParticle_Primer.json b/mParticle_Primer.json index a293859..58c75d0 100644 --- a/mParticle_Primer.json +++ b/mParticle_Primer.json @@ -4,5 +4,8 @@ }, { "7.7.5": "https://github.com/mparticle-integrations/mparticle-apple-integration-primer/releases/download/7.7.5/mParticle_Primer.framework.zip" + }, + { + "7.8.0": "https://github.com/mparticle-integrations/mparticle-apple-integration-primer/releases/download/7.8.0/mParticle_Primer.framework.zip" } ]