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

Missing URLImage.podspec #171

Closed mojtabacazi closed 2 years ago

mojtabacazi commented 2 years ago

The URLImage.podspec is missing in 3.x version. Was this intentional? If so can it still be installed with cocoapods?

dmytro-anokhin commented 2 years ago

Correct, podspec was removed, and SPM is the only supported tool. You can create a private pod if you wish to use CocoaPods.