https://github.com/haishinkit/libdatachannel-xcframework
libdatachannel with xcframework project
https://github.com/haishinkit/libdatachannel-xcframework
Last synced: 13 days ago
JSON representation
libdatachannel with xcframework project
- Host: GitHub
- URL: https://github.com/haishinkit/libdatachannel-xcframework
- Owner: HaishinKit
- License: other
- Created: 2025-08-25T11:06:57.000Z (10 months ago)
- Default Branch: main
- Last Pushed: 2025-11-29T05:08:50.000Z (7 months ago)
- Last Synced: 2025-12-01T05:57:58.314Z (7 months ago)
- Language: Shell
- Homepage:
- Size: 15.6 KB
- Stars: 0
- Watchers: 0
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# libdatachannel.xcframework
- The [libdatachannel](https://github.com/paullouisageneau/libdatachannel) with xcframework project.
- This is a project to make libdatachannel easier to use with Swift Package Manager (SPM).
> [!NOTE]
> This is provided for use with HaishinKit. It does not prevent you from using it individually in your own environment.
## 🌏 Requirements
|iOS|tvOS|macOS|visionOS|watchOS|Mac Catalyst|
|:-:|:-:|:-:|:-:|:-:|:-:|
|13.0+|13.0+|10.15+|1.0+|6.0+|14.0+|
## 📖 Getting Started
### 🔧 Swift Package Manager
```swift
.binaryTarget(
name: "libdatachannel",
url: "https://github.com/HaishinKit/libdatachannel-xcframework/releases/download/$version/libdatachannel.xcframework.zip",
checksum: "$checksum"
),
```
|version|checksum|
|:-:|:-:|
|v0.24.0|52163eed2c9d652d913b20d1fd5a1925c5982b1dcdf335fd916c72ffa385bb26|
|v0.23.2|45ed389bfbc06034f8d4daaeddd412250089b0e89d25016008a391afe6bc0809|
|v0.23.1|fe37fa856802f0cdb017161837e433f8279fd94f8f237b442bbba0b2e0616364|
## License
- libdatachannel.xcframeworks is Mozilla Public License Version 2.0