Quick / Nimble

A Matcher Framework for Swift and Objective-C
https://quick.github.io/Nimble/documentation/nimble/
Apache License 2.0
4.81k stars 598 forks source link

CocoaPods v13.4.0 #1152

Closed michaeldclifford closed 4 weeks ago

michaeldclifford commented 1 month ago

The latest version of Nimble (13.4.0) doesn't appear to have made it to CocoaPods (see CocoaPods > Specs > Nimble).

What did you do?

  pod 'Nimble', '13.4.0'

What did you expect to happen?

The pod is installed

What actually happened instead?

[!] CocoaPods could not find compatible versions for pod "Nimble":
  In Podfile:
    Nimble (= 13.4.0)

Environment

CocoaPods 1.15.2

younata commented 4 weeks ago

It's released now. Thanks for the heads up. I didn't notice that my release script had failed.

michaeldclifford commented 4 weeks ago

Thank you 🙂