Alamofire / AlamofireImage

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

Incorrect Alamofire dependency on cocoapod spec #354

Closed laeroah closed 5 years ago

laeroah commented 5 years ago

What did you do?

Try install AlamofireImage 3.5.2 via cocoapod and at the same time with a dependency on Alamofire 5.0.0 +

What did you expect to happen?

Successful install

What happened instead?

Failed due to conflict requirement on Alamofile version. The cocoapod spec on git has not been update to the latest version yet. The Alamofire dependency needs to be updated.

Alamofire Environment

Alamofire version: Xcode version: Swift version: Platform(s) running AlamofireImage: macOS version running Xcode:

Demo Project

ℹ Please link to or upload a project we can download that reproduces the issue.

jshier commented 5 years ago

AlamofireImage has a strict dependency on Alamofire. Due to changes in Alamofire 5, AlamofireImage 3 is not compatible. You must update to AlamofireImage 4 (currently 4.0.0-beta.3) to be compatible with Alamofire.