Skip to content

Commit

Permalink
Update version to 8.0.4
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Aug 30, 2021
1 parent a848c6d commit 1335128
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
8 changes: 4 additions & 4 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,22 +6,22 @@ This repository contains the [Adobe](https://www.adobe.com) integration for the

1. Add the kit dependency to your app's package management file:

> To send media data to Adobe, you must use CocoaPods since their SDKs do not support Carthage
> To send media data to Adobe, you must use CocoaPods or SPM since their SDKs do not support Carthage
```
pod 'mParticle-Adobe/AdobeMedia', '~> 7.0'
pod 'mParticle-Adobe/AdobeMedia', '~> 8.0'
```

> Otherwise, for the previous non-media Adobe integration, you can integrate via Carthage or CocoaPods
```
pod 'mParticle-Adobe/Adobe', '~> 7.0'
pod 'mParticle-Adobe/Adobe', '~> 8.0'
```

OR

```
github "mparticle-integrations/mparticle-apple-integration-adobe" ~> 7.0
github "mparticle-integrations/mparticle-apple-integration-adobe" ~> 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: { AdobeMedia }"` or `"Included kits: { Adobe }"` or in your Xcode console
Expand Down
2 changes: 1 addition & 1 deletion mParticle-Adobe.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "mParticle-Adobe"
s.version = "8.0.3"
s.version = "8.0.4"
s.summary = "Adobe integration for mParticle"

s.description = <<-DESC
Expand Down

0 comments on commit 1335128

Please sign in to comment.