RxSwiftCommunity / RxViewModel

ReactiveViewModel-esque using RxSwift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Can't use RxSwift 3.6.1

AYastrebov opened this issue · comments

Can't use latest RxSwift, when installing with cocoapods. Only version 3.5.0 is supported now

Installing RxSwift 3.5.0 (was 3.6.1)

Hey @AYastrebov
I have a PR out to fix this. Any way you can point your Podfile to the Podspec of the specific branch to see if it resolves it? Thanks !

Thanks, @freak4pc
pod 'RxViewModel', :git => 'https://github.com/RxSwiftCommunity/RxViewModel.git', :branch => 'fix/loosen-hard-dependency' fixed this issue

Cool. I'll merge this but will still have to wait for @esttorhe to publish a new Spec along with a RxViewModel 5.0.1 release

Fixed via #55