[Add] AdPopcornSSP 2.9.1
[CocoaPods.git] / Specs / 6 / 1 / e / nanopb / 0.2.4 / nanopb.podspec.json
blobbfa59d9538e2e3f1635625137d3d69c0e629cf4c
2   "name": "nanopb",
3   "version": "0.2.4",
4   "summary": "Nanopb - protocol buffers with small code size",
5   "homepage": "https://github.com/hello/nanopb-pod",
6   "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",
7   "license": "zlib",
8   "authors": {
9     "Petteri Aimonen": "jpa@nanopb.mail.kapsi.fi"
10   },
11   "source": {
12     "http": "http://koti.kapsi.fi/~jpa/nanopb/download/nanopb-0.2.4.tar.gz"
13   },
14   "public_header_files": "*.h",
15   "source_files": "*.{c,h}",
16   "requires_arc": false,
17   "subspecs": [
18     {
19       "name": "encode",
20       "public_header_files": [
21         "pb.h",
22         "pb_encode.h"
23       ],
24       "source_files": [
25         "pb.h",
26         "pb_encode.h",
27         "pb_encode.c"
28       ]
29     },
30     {
31       "name": "encode",
32       "public_header_files": [
33         "pb.h",
34         "pb_decode.h"
35       ],
36       "source_files": [
37         "pb.h",
38         "pb_decode.h",
39         "pb_decode.c"
40       ]
41     }
42   ]