RxSwiftCommunity / RxViewModel

ReactiveViewModel-esque using RxSwift

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Update podspec on cocoapods repo

AYastrebov opened this issue Β· comments

Currently, version 4.0.0 is available if installing from cocoapods repo.
Please, consider updating the podspec

Well, only one person who can fix that ;-)

πŸ‘‰ @esttorhe πŸ‘ˆ

Hi @AYastrebov; thanks for reporting this.

Any chance you could run pod spec update?
I just checked on CocoaPods website and locally via pod search RxViewModel and was able to find 5.0.0 (see images below).

screen shot 2017-08-14 at 11 30 10
screen shot 2017-08-14 at 11 33 25

Would be great if you could do this and get back to me because it could be a misconfiguration on my local env.

πŸ™‡ Thanks

@esttorhe thanks for quick response!
As I see, issue 54 is not applied, so currently I am unable to use the latest version (only 4.0.0 is available).

@AYastrebov so it doesn't show even after running
pod spec update?

@esttorhe I think his point is that because of the hard dependency that will be resolved in 5.0.1, he cannot install 5.0.0 without breaking his dependency on RxSwift 3.6.1.

I'm gonna take of this RN :)

v5.0.1 has been released @AYastrebov