blob: bfa59d9538e2e3f1635625137d3d69c0e629cf4c [file] [log] [blame]
{
"name": "nanopb",
"version": "0.2.4",
"summary": "Nanopb - protocol buffers with small code size",
"homepage": "https://github.com/hello/nanopb-pod",
"description": " Nanopb is a plain-C implementation of Google's\n Protocol Buffers data format. It is targeted at 32\n bit microcontrollers, but is also fit for other\n embedded systems with tight (2-10 kB ROM, <1 kB\n RAM) memory constraints.\n",
"license": "zlib",
"authors": {
"Petteri Aimonen": "jpa@nanopb.mail.kapsi.fi"
},
"source": {
"http": "http://koti.kapsi.fi/~jpa/nanopb/download/nanopb-0.2.4.tar.gz"
},
"public_header_files": "*.h",
"source_files": "*.{c,h}",
"requires_arc": false,
"subspecs": [
{
"name": "encode",
"public_header_files": [
"pb.h",
"pb_encode.h"
],
"source_files": [
"pb.h",
"pb_encode.h",
"pb_encode.c"
]
},
{
"name": "encode",
"public_header_files": [
"pb.h",
"pb_decode.h"
],
"source_files": [
"pb.h",
"pb_decode.h",
"pb_decode.c"
]
}
]
}