A fast, zero-dependency MessagePack implementation written in Swift 4. Supports Apple platforms and Linux.
- Uses OrderedDictionary instead of a Dictionary
- Supports only SPM
You can easily integrate MessagePack.swift in your app with SPM. Just add MessagePack.swift as a dependency:
import PackageDescription
let package = Package(
name: "MyAwesomeApp",
dependencies: [
.Package(url: "https://github.com/luckymarmot/MessagePack.swift.git", branch: "master"),
]
)
- Versions 4.x support Swift 5.2.
- Versions 3.x support Swift 4.
- Support for Swift 3 was dropped after 2.1.1.
- Support for Swift 2 was dropped after 1.2.0.
Alexsander Akers, [email protected]
MessagePack.swift is available under the MIT license. See the LICENSE file for more info.