Skip to content

Commit 223be5c

Browse files
Update README.md (#3)
1 parent 9e6d724 commit 223be5c

File tree

1 file changed

+14
-1
lines changed

1 file changed

+14
-1
lines changed

README.md

Lines changed: 14 additions & 1 deletion
Original file line numberDiff line numberDiff 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
2424
Add the Session Replay SDK using Swift Package Manager directly in Xcode:
2525

2626
1. In Xcode, go to **File → Add Package Dependencies...**
2727
2. Paste the GitHub URL: `https://github.com/mixpanel/mixpanel-ios-session-replay-package`
2828
3. 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

0 commit comments

Comments
 (0)