delba / Log

An extensible logging framework for Swift
MIT License
830 stars 63 forks source link

2.0 can't be depended on with SwiftPM #33

Open kiliankoe opened 4 years ago

kiliankoe commented 4 years ago

Hi, unfortunately SwiftPM is currently unable to depend on this package @ 2.0 due to the naming of the version numbers.

The previous ones are all prefixed with 'v', v0.5, v1.0, ... And then it's just '2.0'. Obviously this should be improved in SwiftPM, but it would be a quick and easy fix here until that happens 😊

mohpor commented 4 years ago

I guess there should be another release that includes the manifest, otherwise the only way to use the 2.0 version is to point at master instead of latest Version.