Skip to content

Commit

Permalink
Update linking-embrace.md (#101)
Browse files Browse the repository at this point in the history
  • Loading branch information
davidlawrencer authored Nov 27, 2024
1 parent 6dc4dde commit 1d2ee80
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/ios/open-source/integration/linking-embrace.md
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ be used if you prefer dynamic libraries.
Installing through CocoaPods is straightforward. Add the main pod to your Podfile:

```
pod 'EmbraceIO', '~> 6.3.0'
pod 'EmbraceIO', '~> 6.5.2'
```

By default, this command installs all the necessary components to use the SDK.
Expand All @@ -70,4 +70,4 @@ pod 'Embrace/EmbraceCrashlyticsSupport'
* We rely on [OpenTelemetry-Swift](https://github.com/open-telemetry/opentelemetry-swift/) which as of today does not
have official CocoaPods support. We are working with the community to provide this support but in the meantime we
work around this issue by wrapping the OpenTelemetry binary as part of our podspec. In practice this means that our SDK
will not be compatible with other SDKs that do their own version of this work around.
will not be compatible with other SDKs that do their own version of this work around.

0 comments on commit 1d2ee80

Please sign in to comment.