Skip to content
This repository has been archived by the owner on Sep 22, 2022. It is now read-only.

It's like JSON, but fast and small…and Swift! – msgpack.org[Swift]

License

Notifications You must be signed in to change notification settings

rustle/MessagePack.swift

 
 

Repository files navigation

MessagePack.swift

CI Status

A fast, zero-dependency MessagePack implementation written in Swift 4. Supports Apple platforms and Linux.

Installation

SPM (Swift Package Manager)

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/rustle/MessagePack.swift.git", 
                 majorVersion: 4),
    ]
)

Version

  • Versions 4.x support Swift 5.
  • 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.

Authors

Alexsander Akers, me@a2.io Swift 5 Updates: Doug Russell doug@getitdownonpaper.com

License

MessagePack.swift is available under the MIT license. See the LICENSE file for more info.

About

It's like JSON, but fast and small…and Swift! – msgpack.org[Swift]

Resources

License

Code of conduct

Stars

Watchers

Forks

Packages

No packages published

Languages

  • Swift 99.9%
  • Objective-C 0.1%