tristanhimmelman / AlamofireObjectMapper

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

Swift 3 support #185

Closed the-freshlord closed 7 years ago

the-freshlord commented 7 years ago

Will an update be made for Swift 3 support?

pip8786 commented 7 years ago

I'm using it in a Swift 3 project and it seems to be fine. Seems like if you have 4.0.0 or later it should be good: https://github.com/tristanhimmelman/AlamofireObjectMapper/releases/tag/4.0.0

tristanhimmelman commented 7 years ago

@pip8786 is correct.