New Release
Hey can you release a new version of HexColors for the last 2 commits? Unfortunately I can't add HexColors as a dependency to my pod without xcodebuild complaining 😄 :
WARN | xcodebuild: HexColors/Sources/HexColors.swift:74:21: warning: 'characters' is deprecated: Please use String or Substring directly
Making matters worse the PodSpec spec won’t allow me to pin HexColors to the latest commit. So, yea.. This wont stop me from putting out a new version of my pod which depends on Hexcolors but it'd be nice to get rid of these warnings.
I believe this framework has not been maintained for a while.. migrating every year is pain in the ass..
Please release a new version of HexColors for the last 2 commits.
oh welp, my notifications were turned off :) will do a new release then…
Hello, I was just about to do a pull request to fix the string.characters situation but seems like it has been already done. Still, the cocoapods version is still showing string.characters
@mRs- any chance you've got time to release a swift v5 release? If not is there anything I could do to help?
@mRs- Could you please merge the PR from ** @ashpilenia** which supports Swift 5?