a2/MessagePack.swift
It's like JSON, but fast and small…and Swift! – msgpack.org[Swift]
Installation
CocoaPods
To use CocoaPods, add the following to your Podfile:
pod 'MessagePack.swift', '~> 4.0'Carthage
To use Carthage, add the following to your Cartfile:
github "a2/MessagePack.swift" ~> 4.0SPM (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: 4),
]
)Version
License
MessagePack.swift is available under the MIT license. See the LICENSE file for more info.
Package Metadata
Repository: a2/MessagePack.swift
Homepage: http://msgpack.org
Stars: 291
Forks: 64
Open issues: 7
Default branch: master
Primary language: swift
License: MIT
Topics: messagepack, swift
README: README.md