blob: c0c2380cc4adffc716424e4452e1b571a1973871 [file] [log] [blame]
{
"name": "MessagePacker",
"version": "0.0.1",
"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.0.1"
},
"source_files": "Sources/**/*.swift"
}