blob: b2a990538daf817271b9f939ce336fd051174e26 [file] [log] [blame]
{
"name": "MessagePack.swift",
"version": "1.0.0",
"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"
},
"source": {
"git": "https://github.com/a2/MessagePack.swift.git",
"tag": "1.0.0"
},
"source_files": "MessagePack/*.{h,swift}"
}