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

Where are installation instructions? #104

Closed azamsharp closed 3 years ago

azamsharp commented 3 years ago

Where are the installation instructions???

dmytro-anokhin commented 3 years ago

Hey, the package can be installed using Swift Package Manager and Cocoa Pods. Both tools are pretty straight forward to use and how-to's can be looked up in no time. Nevertheless, I'm open for constructive suggestions how installation instructions can be improved.

dmytro-anokhin commented 3 years ago

I've updated readme and added links to SPM and Cocoa Pods documentation. This should be sufficient enough for you to start using the package. Cheers.