RxSwiftCommunity / RxSwiftExt

A collection of Rx operators & tools not found in the core RxSwift distribution
MIT License
1.33k stars 213 forks source link

SPM Support is missing #228

Closed SlashDevSlashGnoll closed 5 years ago

SlashDevSlashGnoll commented 5 years ago

Name and description

Xcode 11 has 1st class support for Swift Package Manager and this is missing for RxSwiftEx. https://github.com/ReactiveX/RxSwift/blob/master/Package.swift

Motivation for inclusion

SPM will quickly become the preferred way to manage 3rd party dependencies. The RxSwift repo already supports it but since RxSwift is a dependency of RxSwiftExt we cannot move these pods over to SPM due to pod dependencies.

Example of use

M0rtyMerr commented 5 years ago

Resolved