diff --git a/Cartfile b/Cartfile index 44f80f1..10693c2 100644 --- a/Cartfile +++ b/Cartfile @@ -1,2 +1,2 @@ github "Appboy/appboy-ios-sdk" ~> 3.0.0 -github "mparticle/mparticle-apple-sdk" ~> 7.8.0 +github "mparticle/mparticle-apple-sdk" ~> 7.9.0 diff --git a/mParticle-Appboy.podspec b/mParticle-Appboy.podspec index 57776c7..16d41ef 100755 --- a/mParticle-Appboy.podspec +++ b/mParticle-Appboy.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = "mParticle-Appboy" - s.version = "7.8.6" + s.version = "7.9.0" s.summary = "Appboy integration for mParticle" s.description = <<-DESC @@ -15,14 +15,14 @@ Pod::Spec.new do |s| s.ios.deployment_target = "8.0" s.ios.source_files = 'mParticle-Appboy/*.{h,m,mm}' - s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.8.0' + s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.9.0' s.ios.frameworks = 'CoreTelephony', 'SystemConfiguration' s.libraries = 'z' s.ios.dependency 'Appboy-iOS-SDK', '~> 3.0' s.tvos.deployment_target = "9.0" s.tvos.source_files = 'mParticle-Appboy/*.{h,m,mm}' - s.tvos.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.8.0' + s.tvos.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.9.0' s.tvos.frameworks = 'SystemConfiguration' s.tvos.dependency 'Appboy-tvOS-SDK', '~> 3.0' diff --git a/mParticle_Appboy.json b/mParticle_Appboy.json index 6668ed4..49a0517 100644 --- a/mParticle_Appboy.json +++ b/mParticle_Appboy.json @@ -25,5 +25,8 @@ }, { "7.8.6": "https://github.com/mparticle-integrations/mparticle-apple-integration-appboy/releases/download/7.8.6/mParticle_Appboy.framework.zip" + }, + { + "7.9.0": "https://github.com/mparticle-integrations/mparticle-apple-integration-appboy/releases/download/7.9.0/mParticle_Appboy.framework.zip" } ]