blob: 052ce5c7bcde01c3a9116de8a99d0dfe99e3f20a [file] [log] [blame]
{
"name": "MessagePacker",
"version": "0.4.0",
"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_version": "5.0",
"source": {
"git": "https://github.com/hirotakan/MessagePacker.git",
"tag": "0.4.0"
},
"source_files": "Sources/**/*.swift"
}