jverdi / JVFloatLabeledTextField

UITextField subclass with floating labels - inspired by Matt D. Smith's design: http://dribbble.com/shots/1254439--GIF-Mobile-Form-Interaction?list=users
MIT License
7.2k stars 731 forks source link

Version 1.2.2 not available via SPM #212

Closed SeanAsby closed 4 years ago

SeanAsby commented 4 years ago

When I try to add this to my project via SPM I get this error:

https://github.com/jverdi/JVFloatLabeledTextField has no Package.swift manifest for version 1.2.2

I see that the SPM manifest is added on master but the commit has not been tagged. Maybe you could tag a 1.2.3 version which includes SPM manifest?

Screenshot 2020-09-11 at 15 58 56 Screenshot 2020-09-11 at 15 59 04 Screenshot 2020-09-11 at 15 59 27

eneko commented 4 years ago

@SeanAsby as a workaround, you can select branch master

@jverdi would it be possible to tag a 1.2.3 or 1.3.0 release that has Package.swift on it?

jverdi commented 4 years ago

@SeanAsby @eneko updated! Looks to be working for me. Please let me know if you run into any issues.

SeanAsby commented 4 years ago

Perfect! Thanks!

eneko commented 4 years ago

Thank you, @jverdi