Closed grahamburgsma closed 5 years ago
Thanks for the PR! I think it would be better to update the .podspec
and Cartfile
to allow the automatic update of the Alamofire version, using the ~>
operator in both files. That way we won't need another update unless there's a breaking minimum version.
Good call, made that change @jshier.
Hey guys, I’ve a project already working with alamofire 5.0.0 beta-3, will you advise how to integrate alamofireimage 3.5, I’ve not been able to install the pod and the get a message which seem to require to have alamofire 4.8 instead, which means I’ll have to rebuild my project from scratch, most likely change al AF to the old Alamofire. Thanks.
@jhand0867 As a temporary solution you could point to my fork.
pod 'AlamofireImage', :git => 'https://github.com/grahamburgsma/AlamofireImage.git', :branch => 'alamofire5-beta3'
@jshier could we get this merged?
Sure! Thanks for the PR!
Goals :soccer:
Make AlamofireImage alamofire5 branch work with Alamofire 5.0.0-beta.3
Implementation Details :construction:
Updated podspec