Xcode 12, Swift 5.3
RxAVKit is available through Swift Package Manager. To install it, add the following line to your Package.swift
into dependencies:
.package(url: "https://github.com/pawelrup/RxAVKit", .upToNextMinor(from: "2.0.0"))
and then add RxAVKit
to your target dependencies.
RxAVKit is available through CocoaPods. To install
it, add the following line to your Podfile
:
pod 'RxAVKit'
Paweł Rup, [email protected]
RxAVKit is available under the MIT license. See the LICENSE file for more info.