briandw / SwiftPack

MessagePack implementation for Swift / msgpack.org[Swift]

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

SwiftPack

SwiftPack is MessagePack packer and unpacker written almost entirely in Swift.

Issues

  • There are few Objective-C dependencies, mostly NSData. I hope to remove these dependencies as Swift matures.
  • Maps currently only support String types for keys.

Copyright and License

Copyright (c) 2014 Brian Williams

This software is licensed under the terms of the MIT license.

About

MessagePack implementation for Swift / msgpack.org[Swift]

License:MIT License


Languages

Language:Swift 99.0%Language:Objective-C 1.0%