svdo / ReRxSwift

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

look like it doesn't support tvos. Any plans? #7

Closed CranberryYam closed 5 years ago

svdo commented 5 years ago

I didn't add explicit support because I never tested it. It should probably work; I just did a quick check and it seems to compile at least. Using Carthage you probably can just include it as is in your project; using Cocoapods requires a modification of the pod spec. Do you want to test it? In that case you could try it out by cloning this repo, changing the pod spec (removing the line with platform should do it) and then (in your own project's Podfile) use a local pod reference:

pod 'ReRxSwfift', :path => '../ReRxSwfit'

I will probably eventually do this myself, but it will take some time which I don't have at the moment, so you can speed it up by testing it...

CranberryYam commented 5 years ago

Thanks for replying. I will try it recently.