guoyingtao / Mantis

An iOS Image cropping library, which mimics the Photo App written in Swift.
MIT License
907 stars 180 forks source link

Mantis 2.5.2 #263

Closed vanniktech closed 1 year ago

vanniktech commented 1 year ago

I can't seem to get it:

➜  ios git:(master) ✗ pod install --repo-update
Updating local specs repositories
Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "Mantis":
  In Podfile:
    Mantis (= 2.5.2)

    shared (from `shared`) was resolved to 0.1.0, which depends on
      Mantis

None of your spec sources contain a spec satisfying the dependencies: `Mantis (= 2.5.2), Mantis`.

You have either:
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.

Am I doing something wrong?

guoyingtao commented 1 year ago

I could not update to 2.5.2 either. Usually it does not take such a long time to update the repo. I just release 2.6.0. Hopefully we can see new versions soon.

FYI: I tried Swift Package Manager, it worked just fine.

guoyingtao commented 1 year ago

I can update to 2.6.0 via CocoaPods now. @vanniktech

vanniktech commented 1 year ago

Me too!