blob: ceb4a45beaa66cca03446fff7bda2537cab8e3cc [file] [log] [blame]
{
"name": "MessagePacker",
"version": "0.1.0",
"summary": "MessagePack serializer implementation for Swift.",
"homepage": "https://github.com/hirotakan/MessagePacker",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": "hirotakan",
"platforms": {
"ios": "8.0"
},
"swift_version": "4.0",
"source": {
"git": "https://github.com/hirotakan/MessagePacker.git",
"tag": "0.1.0"
},
"source_files": "Sources/**/*.swift"
}