a2 / MessagePack.swift

It's like JSON, but fast and small…and Swift! – msgpack.org[Swift]
http://msgpack.org
MIT License
283 stars 60 forks source link

Convert to Swift 3 #33

Closed nanotech closed 8 years ago

nanotech commented 8 years ago

The only API change should be the lowercasing of enum names, aside from changes in the standard library. All tests pass.

Fixes #32

a2 commented 8 years ago

Thanks for your help. I realized that further changes were needed to fully support Swift 3's new Data type. Superseded by #34.