blob: 82ddea5949d68b5bc710593abd850bcf04157792 [file] [log] [blame]
{
"name": "MessagePacker",
"version": "0.3.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.1",
"source": {
"git": "https://github.com/hirotakan/MessagePacker.git",
"tag": "0.3.1"
},
"source_files": "Sources/**/*.swift"
}