Skip to content

Commit

Permalink
Updates for version 8.0.0
Browse files Browse the repository at this point in the history
  • Loading branch information
peterjenkins committed Aug 19, 2020
1 parent 2c656c5 commit 68806be
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions mParticle-Kochava.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "mParticle-Kochava"
s.version = "7.16.2"
s.version = "8.0.0"
s.summary = "Kochava integration for mParticle"

s.description = <<-DESC
Expand All @@ -14,9 +14,9 @@ Pod::Spec.new do |s|
s.social_media_url = "https://twitter.com/mparticle"
s.static_framework = true

s.ios.deployment_target = "8.0"
s.ios.deployment_target = "9.0"
s.ios.source_files = 'mParticle-Kochava/*.{h,m,mm}'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 7.0'
s.ios.dependency 'mParticle-Apple-SDK/mParticle', '~> 8.0-beta'
s.ios.dependency 'KochavaTrackeriOS', '~> 3.0'
s.ios.pod_target_xcconfig = {
'LIBRARY_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/KochavaTrackeriOS/**',
Expand Down

0 comments on commit 68806be

Please sign in to comment.