svdo / ReRxSwift

ReRxSwift: RxSwift bindings for ReSwift
https://svdo.github.io/ReRxSwift
MIT License
99 stars 16 forks source link

Addition of SPM support #13

Closed LucianoPolit closed 4 years ago

LucianoPolit commented 4 years ago

As the title suggests, it adds SPM support. It also adds a script to travis to check that the library is built properly.

svdo commented 4 years ago

W00t! This was on my wish list, superb!!!

🥇

Is there a particular reason not to commit package.resolved? I didn't look into this myself, but normally lock files (Podfile.lock, yarn.lock, etc) are also committed to the repo.

LucianoPolit commented 4 years ago

I don't usually commit them when developing libraries. Anyway, I just added it again :+1: