blob: 5069327df6e995cf4faa27b41b533524eea22150 [file] [log] [blame]
{
"name": "MessagePack.swift",
"version": "4.0.0",
"summary": "It's like JSON, but fast and small...and Swift!",
"homepage": "https://github.com/a2/MessagePack.swift",
"license": "MIT",
"authors": {
"Alexsander Akers": "me@a2.io"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/a2/MessagePack.swift.git",
"tag": "4.0.0"
},
"source_files": "Sources/MessagePack/*.swift",
"swift_versions": "5.2",
"module_name": "MessagePack",
"swift_version": "5.2"
}