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