tristanhimmelman / ObjectMapper

Simple JSON Object mapping written in Swift
MIT License
9.15k stars 1.03k forks source link

Add Mac static library target #999

Closed sleifer closed 6 years ago

sleifer commented 6 years ago

I've used ObjectMapper in a few projects. The time came that I wanted to use it in a macOS command line tool. I added a basic macOS static library target to facilitate that. No code changes, just different packaging.