We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bf1521a commit 58790c8Copy full SHA for 58790c8
README.md
@@ -1,3 +1,23 @@
1
## WebRTC-macOS
2
3
-A WebRTC port to macOS with a FAT library for x86 and arm (Intel and Apple Silicon)
+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