aperedera / SwiftZSTD

Swift wrapper around ZSTD compression lib
Other
67 stars 15 forks source link

Swift Package Manager Library #4

Open alizx opened 4 years ago

alizx commented 4 years ago

Hi, Thanks for your great effort. Do you have any plan to pack your code az an SPM package? I tried to do it myself but I found out it has Objective-C code inside. I believe the package can be platform-independent without Objective-C code.

m0wfo commented 4 years ago

Happy to have a stab at this myself if you'd accept a PR- the cross-platform thing is important for me, too.