An open API service indexing awesome lists of open source software.

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

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