levibostian / Teller-iOS

iOS library that manages your app's cached data with ease.
MIT License
12 stars 0 forks source link

Make RxSwift an optional dependency. #6

Open levibostian opened 5 years ago

levibostian commented 5 years ago

RxSwift is a library some people may not want to use. I also enjoy creating libraries that do not have dependencies on them if I can help it.

Therefore, let's remove RxSwift from the core of the library and make it a separate module that devs can use if they wish.

levibostian commented 4 years ago

Work on this issue before this to make this issue very easy to do since there will be protocols which will allow us to separate the core and Rx based modules easily.

levibostian commented 4 years ago

Inspiration: