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