SwiftyStringScore icon indicating copy to clipboard operation
SwiftyStringScore copied to clipboard

Update CocoaPod to repository

Open jaisonv opened this issue 6 years ago • 2 comments

On the last update (0.2.2) maybe you forgot to update the pod to CocoaPods repo. You can do it by running the command:

pod trunk push SwiftyStringScore.podspec

Thank you.

jaisonv avatar Dec 10 '18 22:12 jaisonv

@yichizhang Are you able to do this??

jaymarvels avatar Jan 16 '20 16:01 jaymarvels

As a workaround, add this to your Podfile:

pod 'SwiftyStringScore', :git => '[email protected]:yichizhang/SwiftyStringScore.git', :tag => '0.2.2'

The main downside being a locked version/no automatic updates when running pod update.

jeffaburt avatar Aug 15 '20 04:08 jeffaburt