tristanhimmelman / AlamofireObjectMapper

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

SPM support #306

Open kenji21 opened 4 years ago

kenji21 commented 4 years ago

Now that there is a SPM compliant release of ObjectMapper, we can point to it in the Package.swift manifest file.

https://github.com/tristanhimmelman/AlamofireObjectMapper/issues/305

Please note that a release should be made before being able to use it via SPM (that's why I put minimal version to 6.4.0 in the README.md)