Skip to content

Commit

Permalink
Update version to 7.2.0
Browse files Browse the repository at this point in the history
  • Loading branch information
mparticle-automation committed Mar 16, 2018
1 parent 416c7b7 commit 23369f0
Show file tree
Hide file tree
Showing 2 changed files with 3 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" ~> 1.2.0
github "mparticle/mparticle-apple-sdk" ~> 7.1.0
github "mparticle/mparticle-apple-sdk" ~> 7.2.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.1.5'
s.version = '7.2.0'
s.summary = 'Radar integration for mParticle'
s.description = <<-DESC
This is the Radar integration for mParticle.
Expand All @@ -13,7 +13,7 @@ Pod::Spec.new do |s|
s.ios.deployment_target = '8.0'
s.ios.source_files = 'mParticle-Radar/*.{h,m,mm}'
s.ios.frameworks = 'CoreLocation'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.1.0'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.2.0'
s.ios.dependency 'RadarSDK', '~> 1.2.0'
s.ios.pod_target_xcconfig = { 'FRAMEWORK_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/RadarSDK/**',
'OTHER_LDFLAGS' => '$(inherited) -framework "RadarSDK"' }
Expand Down

0 comments on commit 23369f0

Please sign in to comment.