yeatse / KingfisherWebP

Elegantly handle WebP format with Kingfisher.
MIT License
304 stars 73 forks source link

has not support Kingfisher 6.0 ? #46

Closed tisfeng closed 3 years ago

tisfeng commented 3 years ago

my Podfile:

 pod 'Kingfisher', '~> 6.0'
 pod 'KingfisherWebP'

pod install, log error

Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "Kingfisher":
  In snapshot (Podfile.lock):
    Kingfisher (= 6.0.1, ~> 6.0)

  In Podfile:
    Kingfisher (~> 6.0)

    KingfisherWebP was resolved to 0.2.2, which depends on
      Kingfisher (~> 3.0)
tisfeng commented 3 years ago

maybe a workaround, modify Podfile:

  pod 'Kingfisher', '~> 5.8'
  pod 'KingfisherWebP', '~> 1.0'

pod install successfully.

yeatse commented 3 years ago

Resolved in v1.2.0