RxSwiftCommunity / RxCocoa-Texture

RxCocoa Extension Library for Texture.
MIT License
100 stars 52 forks source link

Carthage support #33

Open tychota opened 4 years ago

tychota commented 4 years ago

Hello @GeekTree0101

I'm using Carthage on my project (for build performance reasons). I noticed that while both RxSwift and Texture are supporting Carthage, RxCocoa-Texture isn't.

Would it be a good fit for this project? (I'm going to add support on my fork anyway but if it interests you I can upstream it).

tychota commented 4 years ago

The commit is here: https://github.com/tychota/RxCocoa-Texture/commit/fced3ca84709262c91393bb97116625ad2d8ee97

It is my first Carthage packet so some good practice aren't done. I'm going to test on my app and report if everything ok.