aperedera / SwiftZSTD

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

Update for Swift 5 & Share iOS and macOS schemes for Carthage support #2

Closed ClementTroesch closed 4 years ago

ClementTroesch commented 5 years ago

Small PR that shares both iOS and macOS schemes for Carthage support. Modifications in SwiftZSTD.h are required because of compilation issues.

To use with Carthage, add the following line in your Cartfile: github "aperedera/SwiftZSTD" "master"

Thanks for your lib :)

ClementTroesch commented 5 years ago

Add Swift 5 update