nicklockwood / SwiftFormat

A command-line tool and Xcode Extension for formatting Swift code
MIT License
7.9k stars 639 forks source link

CocoaPods potentially out of sync: 0.49.1 is still the latest available #1126

Closed Panajev closed 2 years ago

Panajev commented 2 years ago

Hello @nicklockwood ,

Sorry if it is the "it is Monday it takes more than 23 hours for CocoaPods to pick up the new tag", but I am getting the following error if I try to get the 0.49.2 update:

[!] CocoaPods could not find compatible versions for pod "SwiftFormat/CLI": In Podfile: SwiftFormat/CLI (= 0.49.2)

None of your spec sources contain a spec satisfying the dependency: SwiftFormat/CLI (= 0.49.2).

Which is consistent with the latest version advertised here: https://cocoapods.org/pods/SwiftFormat not sure if there is anything for you to do or if it is automatic.

Kind Regards,

Goffredo

nicklockwood commented 2 years ago

@Panajev it's not you, I forgot to push the update - I'll do it now..

nicklockwood commented 2 years ago

@Panajev now fixed.

Panajev commented 2 years ago

Thank you @nicklockwood :).