blob: 9335bc521894af500e655afebcad91aacde871c9 [file] [log] [blame]
{
"name": "cmp",
"version": "10",
"summary": "An implementation of the MessagePack serialization format in C",
"homepage": "http://msgpack.org",
"license": {
"type": "MIT"
},
"authors": {
"Charlie Gunyon": "charles.gunyon@gmail.com"
},
"source": {
"git": "https://github.com/camgunz/cmp.git",
"tag": "v10"
},
"source_files": "cmp.{h,c}",
"public_header_files": "cmp.h",
"requires_arc": false
}