blob: efd0b952ee2b8390e96927831a3a1abcff1983c5 [file] [log] [blame]
{
"name": "protobuf-c",
"platforms": {
"ios": "2.0"
},
"version": "0.15",
"summary": "C bindings for Google's Protocol Buffers",
"authors": {
"Maximilian Szengel": "m@maxsz.de"
},
"source": {
"git": "https://github.com/maxsz/protobuf-c.git",
"tag": "v0.15"
},
"homepage": "http://code.google.com/p/protobuf-c",
"license": {
"type": "BSD",
"file": "LICENSE"
},
"source_files": "google/**/*.{h,c}",
"header_mappings_dir": "./",
"prefix_header_file": "config.h",
"requires_arc": false
}