blob: c7145915e1eca30ed4e3e4724756476cbc7c5b54 [file] [log] [blame]
{
"name": "MessagePacker",
"version": "0.4.4",
"summary": "MessagePack serializer implementation for Swift.",
"homepage": "https://github.com/hirotakan/MessagePacker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "hirotakan",
"platforms": {
"ios": "8.0",
"osx": "10.10",
"watchos": "2.0",
"tvos": "9.0"
},
"swift_versions": "5.0",
"source": {
"git": "https://github.com/hirotakan/MessagePacker.git",
"tag": "0.4.4"
},
"source_files": "Sources/**/*.swift",
"swift_version": "5.0"
}