Alamofire / AlamofireImage

AlamofireImage is an image component library for Alamofire
MIT License
3.99k stars 523 forks source link

Bugfix - AF Dependency Fix #399

Closed cnoon closed 4 years ago

cnoon commented 4 years ago

Updated dependency management files to ensure they pick up AF 5.0.1 a……t a minimum

Issue Link :link:

We were not explicitly requiring AF 5.0.1 which will fail if a user picks up AF 5.0.0 instead.

Goals :soccer:

Ensure all 3 dependency management systems will only pick up AF 5.0.1 and not allow AF 5.0.0 as it's not compatible with AFI 4.0.0.