Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings
This repository was archived by the owner on Nov 21, 2024. 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

GoSkip/MessagePack.swift

Open more actions menu
 
 

Repository files navigation

MessagePack.swift

CI Status Version License Platform

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

Installation

CocoaPods

To use CocoaPods, add the following to your Podfile:

pod 'MessagePack.swift', '~> 3.0'

Carthage

To use Carthage, add the following to your Cartfile:

github "a2/MessagePack.swift" ~> 3.0

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

Version

  • 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

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.0%
  • Other 1.0%
Morty Proxy This is a proxified and sanitized view of the page, visit original site.