diff --git a/Cartfile b/Cartfile index 3bae65f..09d44a9 100644 --- a/Cartfile +++ b/Cartfile @@ -1,2 +1,2 @@ github "radarlabs/radar-sdk-ios" ~> 2.1.1 -github "mparticle/mparticle-apple-sdk" ~> 7.8.0 +github "mparticle/mparticle-apple-sdk" ~> 7.9.0 diff --git a/mParticle-Radar.podspec b/mParticle-Radar.podspec index e1e086d..a3a9b6b 100755 --- a/mParticle-Radar.podspec +++ b/mParticle-Radar.podspec @@ -1,6 +1,6 @@ Pod::Spec.new do |s| s.name = 'mParticle-Radar' - s.version = '7.8.6' + s.version = '7.9.0' s.summary = 'Radar integration for mParticle' s.description = <<-DESC This is the Radar integration for mParticle. @@ -14,7 +14,7 @@ Pod::Spec.new do |s| s.ios.deployment_target = '9.0' s.ios.source_files = 'mParticle-Radar/*.{h,m,mm}' s.ios.frameworks = 'CoreLocation' - s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.8.0' + s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.9.0' s.ios.dependency 'RadarSDK', '~> 2.1.1' s.ios.pod_target_xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/RadarSDK/**', 'OTHER_LDFLAGS' => '$(inherited) -framework "RadarSDK"' } diff --git a/mParticle_Radar.json b/mParticle_Radar.json index 41d8006..1beb11a 100644 --- a/mParticle_Radar.json +++ b/mParticle_Radar.json @@ -25,5 +25,8 @@ }, { "7.8.6": "https://github.com/mparticle-integrations/mparticle-apple-integration-radar/releases/download/7.8.6/mParticle_Radar.framework.zip" + }, + { + "7.9.0": "https://github.com/mparticle-integrations/mparticle-apple-integration-radar/releases/download/7.9.0/mParticle_Radar.framework.zip" } ]