Skip to content

Commit 58790c8

Browse files
authored
Update README.md
1 parent bf1521a commit 58790c8

File tree

1 file changed

+21
-1
lines changed

1 file changed

+21
-1
lines changed

README.md

+21-1
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,23 @@
11
## WebRTC-macOS
22

3-
A WebRTC port to macOS with a FAT library for x86 and arm (Intel and Apple Silicon)
3+
A WebRTC port for macOS consisting of a universal library for x86 and arm (Intel and Apple Silicon)
4+
5+
## Installation
6+
7+
To Install this library, you can use the `WebRTC.framework` attached in the releases section
8+
9+
Alternatively, you can use CocoaPods with the following addition to your podfile:
10+
11+
```
12+
pod 'WebRTC-macOS', :git => 'https://github.com/tmthecoder/WebRTC-macOS.git', :tag => '8324'
13+
```
14+
15+
## Usage
16+
17+
The guides on the WebRTC example may be followed with all functionality present.
18+
19+
All you need to do is add the import statement to use for Swift:
20+
21+
```
22+
import WebRTC
23+
```

0 commit comments

Comments
 (0)