aryaxt / OCMapper

Objective-C library to easily map NSDictionary to model objects, works perfectly with Alamofire. ObjectMapper works similar to GSON
MIT License
347 stars 45 forks source link

Swift 3 compatibility #56

Closed lfarah closed 7 years ago

lfarah commented 7 years ago

Hey, I'd love to see this lib available in Swift 3 so I can implement it in my project.

Thanks 😄

aryaxt commented 7 years ago

I'm converting my codebase which is using OCMapper to swift 3.0 soon, will fix any issues I see on Swift 3. Any specific issues you are having?

Thanks