tristanhimmelman / AlamofireObjectMapper

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

Alamofire 5.0.0-rc.2 support and Travis CI fix #284

Closed RomanPodymov closed 4 years ago

RomanPodymov commented 4 years ago

Hello. Thank you for AlamofireObjectMapper. In this pull request I added support for Alamofire 5.0.0-rc.2. This is the latest Alamofire version available with CocoaPods. Replaced DataResponse with AFDataResponse to fix build errors. Tried to fix Travis CI integration. Use Xcode 10.3 that supports Swift 5. Don't use deprecated flags --no-ri and --no-rdoc.

tristanhimmelman commented 4 years ago

closed in favour of #288