Skip to content

Commit

Permalink
Update version to 8.0.5
Browse files Browse the repository at this point in the history
  • Loading branch information
einsteinx2 committed Jul 19, 2022
1 parent 94b02cf commit 6b5c5a2
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,16 +4,16 @@ This repository contains the [Radar](https://www.radar.io) integration for the [

### Adding the integration

1. Add the kit dependency to your app's Podfile or Cartfile:
1. Add the kit dependency via SPM or to your app's Podfile or Cartfile:

```
pod 'mParticle-Radar', '~> 8.0.2'
pod 'mParticle-Radar', '~> 8.0'
```

OR

```
github "mparticle-integrations/mparticle-apple-integration-radar" ~> 8.0.2
github "mparticle-integrations/mparticle-apple-integration-radar" ~> 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: { Radar }"` in your Xcode console
Expand Down

0 comments on commit 6b5c5a2

Please sign in to comment.