zacwest / ZSWTappableLabel

UILabel subclass for links which are tappable, long-pressable, 3D Touchable, and VoiceOverable.
MIT License
169 stars 37 forks source link

Add Swift Package Manager Support #46

Closed BrentMifsud closed 3 years ago

BrentMifsud commented 3 years ago

You will need to cut a new semantic version release tag for SPM to be able to pick up this package.

Also, I put a dummy version number in the SPM installation section of the readme for the time being. That will need to be updated as well when a new release tag is created.

zacwest commented 3 years ago

Thanks for the push/example, I've done a smaller version of this change in the PR linked above.

BrentMifsud commented 3 years ago

Oh awesome I didn't see that.