ReSwift/ReSwift-Thunk

ReSwift-Thunk on SPM has different module name

gert-janvercauteren opened this issue · 3 comments

Good morning,
I am migrating all my dependencies from cocoapods to SPM and I noticed the package for this library changes the import to include and _ so instead of import ReSwiftThunk we have to now import import ReSwift_Thunk. Was this change done on purpose?

If this change was on purpose we should consider renaming the module on Cocoapods etc to remain consistent across the board.

Happy to make a PR for this if I can help out in any way :)

For consistency with other ReSwift projects, it should be import ReSwiftThunk. Feel free to make a PR!

This was resolved with #42, right? In my opinion this can be closed.

Good catch, thanks @fbernutz!