blob: 4d741b7efc7dd9e2622381bbcbde07bd8e9025e2 [file] [log] [blame]
{
"name": "MessagePack.swift",
"version": "2.0.1",
"summary": "It's like JSON, but fast and small...and Swift!",
"homepage": "https://github.com/a2/MessagePack.swift",
"license": "MIT",
"authors": {
"Alexsander Akers": "me@a2.io"
},
"platforms": {
"ios": "8.0",
"osx": "10.9",
"watchos": "2.0",
"tvos": "9.0"
},
"source": {
"git": "https://github.com/a2/MessagePack.swift.git",
"tag": "2.0.1"
},
"source_files": "Sources/MessagePack/*.swift",
"module_name": "MessagePack",
"pushed_with_swift_version": "3.0"
}