-
Notifications
You must be signed in to change notification settings - Fork 259
Old version in cocoapods #49
Comments
ReactiveViewModel was built with the Objective-C RAC APIs, which are unchanged since RAC 2. So upgrading to a newer version is a very mixed bag—it lets you use the Swift APIs, but it also requires that you incorporate the Swift code. The Obj-C RAC code will soon be moving to its own repository to be versioned independently of the Swift RAC APIs. But this repository is unlikely to see significant changes because I'm not aware of any projects that use it and are under active development. |
ok, thank you for answer; propose leave the issue open for now then. |
FYI /me still use ObjC RAC because of stability (for framework), as I know, there's some issues with Swift compiled libraries with linking and backward compatibility. So it would be nice to have MVVM solution for ObjC world. |
But currently it installed with |
Would you switch this library to modern |
Why
ReactiveViewModel
depend on so oldReactiveCocoa
version???The text was updated successfully, but these errors were encountered: