https://github.com/quickblox/ios-google-webrtc
ios-google-webrtc
https://github.com/quickblox/ios-google-webrtc
Last synced: about 1 month ago
JSON representation
ios-google-webrtc
- Host: GitHub
- URL: https://github.com/quickblox/ios-google-webrtc
- Owner: QuickBlox
- License: bsd-3-clause
- Created: 2024-05-23T13:23:56.000Z (about 2 years ago)
- Default Branch: main
- Last Pushed: 2024-09-04T13:45:45.000Z (almost 2 years ago)
- Last Synced: 2025-10-17T09:54:12.127Z (8 months ago)
- Language: Objective-C
- Size: 21 MB
- Stars: 1
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# Swift Package for iOS WebRTC Dynamic Framework
[](https://chromiumdash.appspot.com/releases?platform=iOS)
This repository provides a Swift Package Manager (SPM) compatible package for integrating the WebRTC dynamic framework in your iOS applications. The WebRTC framework version included in this package is `124.0.6367.88`.
## Features
- Easy integration with iOS projects using Swift Package Manager
- Built with the WebRTC version `124.0.6367.88`
- Ready-to-use dynamic framework for building real-time communication applications
## Requirements
- Xcode 12.0 or later
- iOS 12.0 or later
- Swift 5.3 or later
## Installation
To add the WebRTC dynamic framework to your Xcode project using Swift Package Manager, follow these steps:
1. Open your Xcode project.
2. Go to `File` > `Swift Packages` > `Add Package Dependency`.
3. Enter the repository URL: `https://github.com/QuickBlox/ios-google-webrtc`.