cloudflare/realtimekit-ios-core
Swift
Captured source
source ↗cloudflare/realtimekit-ios-core
Description: Swift package definitions for RealtimeKitCore
Language: Swift
Stars: 4
Forks: 2
Open issues: 1
Created: 2025-05-15T08:43:08Z
Pushed: 2026-05-11T08:36:16Z
Default branch: main
Fork: no
Archived: no
README:
RealtimeKit Core SDK for iOS
Swift Package Manager distribution package for the RealtimeKit Core iOS SDK. This package provides low-level APIs for building live video and audio experiences on iOS.
Installation
Xcode
1. In Xcode, go to File > Add Package Dependencies... 2. Enter the repository URL:
https://github.com/cloudflare/realtimekit-ios-core.git
3. Select the version rule you prefer (e.g., Up to Next Major Version) and add the package.
Package.swift
Add the dependency to your Package.swift:
dependencies: [ .package(url: "https://github.com/cloudflare/realtimekit-ios-core.git", from: "") ]
Then add the products you need to your target:
.target( name: "YourApp", dependencies: [ .product(name: "RealtimeKit", package: "realtimekit-ios-core"), .product(name: "RTKWebRTC", package: "realtimekit-ios-core"), ] )
Products
| Product | Description | |---------|-------------| | RealtimeKit | Core SDK — includes the RealtimeKit binary XCFramework and RTKWebRTC | | RTKWebRTC | WebRTC binary XCFramework (standalone) |
Requirements
- iOS 13+
- Swift 5.5+
Documentation
Full documentation is available at [developers.cloudflare.com/realtime/realtimekit/core](https://developers.cloudflare.com/realtime/realtimekit/core/).
Notability
notability 3.0/10Low-star repo, routine release.