zvonicek / ImageSlideshow

Swift image slideshow with circular scrolling, timer and full screen viewer
MIT License
1.78k stars 479 forks source link

Update Kingfisher Dependency (SPM) #420

Open joekw opened 3 years ago

joekw commented 3 years ago

Installing this package via SPM requires a version of KingFisher <6.0.0 while the latest version is 6.3.0.

chitvanMM commented 3 years ago

Any update on this?

EdgarDegas commented 3 years ago

Any update on this?

Obviously none.

You have to fork this repo and update Kingfisher all by yourself.

ALSO, update Kingfisher to 7.0.0, otherwise it won't be compatible with Xcode 13.

hijamoya commented 3 years ago

I need this, too.

catt-stefano commented 2 years ago

The way I got it working in the meantime: I did not import the kingfisher subpod, I just copied the content of the KingfisherSource file and add it to my app code. It still compiled and worked fine. If it does not for you Kingfisher version it should be an easy fix, it is a simple implementation.