Skip to content

Commit

Permalink
Update version to 8.0.2
Browse files Browse the repository at this point in the history
  • Loading branch information
BrandonStalnaker committed Nov 19, 2020
1 parent 9d336ce commit 226a1a5
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ Prior to 4.0.0, KochavaTracker supported CocoaPods.
1. Add the kit dependency to your app's Podfile:

```
pod 'mParticle-Kochava', '~> 7.0'
pod 'mParticle-Kochava', '~> 8.0'
```
2. Follow the mParticle iOS SDK [quick-start](https://github.com/mParticle/mparticle-apple-sdk), then rebuild and launch your app, and verify that you see `"Included kits: { Kochava }"` in your Xcode console
Expand Down
7 changes: 4 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 = "8.0.1"
s.version = "8.0.2"
s.summary = "Kochava integration for mParticle"

s.description = <<-DESC
Expand All @@ -20,6 +20,7 @@ Pod::Spec.new do |s|
s.ios.dependency 'KochavaTrackeriOS', '~> 4.0'
s.ios.pod_target_xcconfig = {
'LIBRARY_SEARCH_PATHS' => '$(inherited) $(PODS_ROOT)/KochavaTrackeriOS/**',
'OTHER_LDFLAGS' => '$(inherited) -l"KochavaTrackeriOS"'
}
'OTHER_LDFLAGS' => '$(inherited) -l"KochavaTrackeriOS"',
'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
s.ios.user_target_xcconfig = { 'EXCLUDED_ARCHS[sdk=iphonesimulator*]' => 'arm64' }
end

0 comments on commit 226a1a5

Please sign in to comment.