hsluv / hsluv-swift

Swift implementation of HSLuv (revision 4)

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

swift package support [SPM]

JaydenIrwin opened this issue · comments

please add swift package manager support

I’m just an HSLuv user who doesn’t know Swift, but I hope these links that may help to the maintainer in understanding this issue:

It sounds like the process of making a package involves creating a Package.swift file, which should “[define] the package's name and its contents using the PackageDescription module.”

@JaydenIrwin @roryokane My PR #14 adds support for SPM. Thought looking at the other PR which is 16 days old it doesn't look like there is much activity going on here… so go figure when it might be merged. Will try to ping the maintainers thought.

@JaydenIrwin your wish has been granted. Courtesy of @robotive!