File tree Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Expand file tree Collapse file tree 1 file changed +14
-1
lines changed Original file line number Diff line number Diff line change @@ -20,13 +20,26 @@ Mixpanel Session Replay enables you to quickly understand **why** users behave a
2020---
2121
2222## Installation
23-
23+ ### Using Swift Package Manager
2424Add the Session Replay SDK using Swift Package Manager directly in Xcode:
2525
26261 . In Xcode, go to ** File → Add Package Dependencies...**
27272 . Paste the GitHub URL: ` https://github.com/mixpanel/mixpanel-ios-session-replay-package `
28283 . Follow the prompts to select the latest version and add the package to your project.
2929
30+ ### Using Cocoapods
31+ Open ** podfile** and add Mixpanel Session Replay library to your dependencies:
32+
33+ ```
34+ target 'MyApp' do
35+ pod 'MixpanelSessionReplay', :git => 'https://github.com/mixpanel/mixpanel-ios-session-replay-package.git', :tag => 'v0.3.3'
36+ end
37+ ```
38+
39+ Install the Mixpanel Session Replay by running the following in the Xcode project directory:
40+ ```
41+ pod install
42+ ```
3043---
3144
3245## Quick Start
You can’t perform that action at this time.
0 commit comments