hmlongco / Resolver

Swift Ultralight Dependency Injection / Service Locator framework
MIT License
2.14k stars 188 forks source link

1.4.4 not available through Cocoapods #125

Closed nashfive closed 3 years ago

nashfive commented 3 years ago

Hi @hmlongco ! Kudos on the lib, I like it a lot 👍🏻 I am trying to use the latest version 1.4.4 in my project, but pod doesn't seem to find the latest version 1.4.4 in the repo.

I tried in an empty project to add just the Resolver pod without specifying a version, then with "1.4.4" and then "~> 1.4.4", but none of my pod update managed to retrieve anything.

[!] CocoaPods could not find compatible versions for pod "Resolver":
  In Podfile:
    Resolver (~> 1.4.4)

None of your spec sources contain a spec satisfying the dependency: `Resolver (~> 1.4.4)`.

Is it just me ?

svycka commented 3 years ago

because it is not released yet?

nashfive commented 3 years ago

Ha it makes sense ;) I forgot that pods were released manually... Not sure why it's not released yet though.