Skip to content

Commit

Permalink
Update version to 7.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mparticle-automation committed Mar 13, 2019
1 parent 9445059 commit 438b795
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 3 deletions.
2 changes: 1 addition & 1 deletion Cartfile
Original file line number Diff line number Diff line change
@@ -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
4 changes: 2 additions & 2 deletions mParticle-Radar.podspec
Original file line number Diff line number Diff line change
@@ -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.
Expand All @@ -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"' }
Expand Down
3 changes: 3 additions & 0 deletions mParticle_Radar.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
]

0 comments on commit 438b795

Please sign in to comment.