blob: 85ad4dcb74dcdd61591353ef2ea3eb38213e789c [file] [log] [blame]
{
"name": "MessagePacker",
"version": "0.4.1",
"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.1"
},
"source_files": "Sources/**/*.swift",
"swift_version": "5.0"
}