Update README.md
A fast, zero-dependency MessagePack implementation written in Swift 4. Supports Apple platforms and Linux.
To use CocoaPods, add the following to your Podfile:
pod 'MessagePack.swift', '~> 4.0'
To use Carthage, add the following to your Cartfile:
github "a2/MessagePack.swift" ~> 4.0
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), ] )
Alexsander Akers, me@a2.io
MessagePack.swift is available under the MIT license. See the LICENSE file for more info.
©Copyright 2023 CCF 开源发展委员会 Powered by Trustie& IntelliDE 京ICP备13000930号
MessagePack.swift
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:
Carthage
To use Carthage, add the following to your Cartfile:
SPM (Swift Package Manager)
You can easily integrate MessagePack.swift in your app with SPM. Just add MessagePack.swift as a dependency:
Version
Authors
Alexsander Akers, me@a2.io
License
MessagePack.swift is available under the MIT license. See the LICENSE file for more info.