aperedera / SwiftZSTD

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

SPM PR #7

Open alizx opened 3 years ago

alizx commented 3 years ago

I decided to wrap your code as an SPM library. As soon as I get comfortable with the PR mechanism of GitHub I'm going to send it. however, I had to exclude the Objc code for streaming since SPM currently doesn't allow mixed source code in on a target. Is there any reason that is written in Object-c rather than Swift?