dmytro-anokhin / url-image

AsyncImage before iOS 15. Lightweight, pure SwiftUI Image view, that displays an image downloaded from URL, with auxiliary views and local cache.
MIT License
1.1k stars 96 forks source link

Pod update or install for 2.1.0 release doesn't work #95

Closed dmytrostriletskyi closed 3 years ago

dmytrostriletskyi commented 3 years ago

Hi!

Having the following Podfile:

target ... do
  use_frameworks!

 ...
  pod 'URLImage', '2.1.0'
  ...
end

I am not able to update from 0.9.19 or install 2.0.0:

Analyzing dependencies
[!] CocoaPods could not find compatible versions for pod "URLImage":
  In Podfile:
    URLImage (= 2.1.0)

None of your spec sources contain a spec satisfying the dependency: `URLImage (= 2.1.0)`.

You have either:
 * out-of-date source repos which you can update with `pod repo update` or with `pod install --repo-update`.
 * mistyped the name or version.
 * not added the source repo that hosts the Podspec to your Podfile.
dmytro-anokhin commented 3 years ago

Hey,

it's a known issue, at the moment v2 can't be installed via CocoaPods. I'm exploring possible solutions, but can't give any estimates.

dmytro-anokhin commented 3 years ago

Hey, you can now install 2.1.3 with CocoaPods