SwiftyStringScore
SwiftyStringScore copied to clipboard
Update CocoaPod to repository
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.
@yichizhang Are you able to do this??
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
.