You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The current version of TITokenField on CocoaPods is from six months ago. Even if TITokenField isn't ready for a 1.0 release, it would be great to have some of the more recent changes available through CocoaPods. It seems like this would entail making a new tag as well as creating an updated spec here. That being said, simply making a new tag would be sufficient since that would enable someone else to update the spec.
The text was updated successfully, but these errors were encountered:
+1 for new tag!
Moving to ARC makes spec outdated. So pod 'TITokenField', :head don't work now. It's needed to change build settings for TITokenField to enable ARC. After every pod update. It's quite annoying
I too could really use some features sitting in 'master' right now (tokenField:shouldUseCustomSearchForSearchString and tokenField:performCustomSearchForSearchString:withCompletionHandler), and need a new tag (0.9.5.1?) so I can reference it from a dependency in a pod spec. If you are willing @thermogl, but you are still struggling to tag the latest in master, the commands usually are:
git tag -a 0.9.5.1 -m "version 0.9.5.1"
git push --tags
But you run your pod specs a little differently than I typically do, so that may not be all you need to do. In addition, it would be nice if those two methods (tokenField:shouldUseCustomSearchForSearchString and tokenField:performCustomSearchForSearchString:withCompletionHandler) showed up in the TITokenFieldDelegate protocol. It would make accessing them from Swift a little nicer.
If you are not ready to tag 0.9.5.1 from master, is there a way I could retro-fit the existing resultsForSearchString method in the currently tagged 0.9.5 without cloning your repo somewhere local?
The current version of TITokenField on CocoaPods is from six months ago. Even if TITokenField isn't ready for a 1.0 release, it would be great to have some of the more recent changes available through CocoaPods. It seems like this would entail making a new tag as well as creating an updated spec here. That being said, simply making a new tag would be sufficient since that would enable someone else to update the spec.
The text was updated successfully, but these errors were encountered: