tristanhimmelman / AlamofireObjectMapper

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

Made compatible with Alamofire 5.0.0-rc2 #287

Closed ozgur closed 4 years ago

ozgur commented 4 years ago

This PR addresses the following issues:

  1. Alamofire 5.0.0-rc.2 compatible version?
  2. Generic type 'DataResponse' specialized with too few type parameters (got 1, but expected 2)

PTAL @tristanhimmelman

For those who are using Carthage, you can simply build from here for now:

github "ozgur/AlamofireObjectMapper" "master"
ozgur commented 4 years ago

Closing due to duplicate: https://github.com/tristanhimmelman/AlamofireObjectMapper/pull/284