tristanhimmelman / AlamofireObjectMapper

An Alamofire extension which converts JSON response data into swift objects using ObjectMapper
MIT License
2.66k stars 476 forks source link

letest Alamofire version missmatched. #328

Open KKakadiyaKashyap opened 5 months ago

KKakadiyaKashyap commented 5 months ago

AlamofireObjectMapper 6.2.0 specifically requires Alamofire version 5.0.0-rc.2, while i trying to use Alamofire 5.9. This version mismatch is causing CocoaPods to fail to find a compatible version that satisfies both requirements.