[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / b / a / 2 / libbson / 1.1.2 / libbson.podspec.json
blobc36067f88b17a8ef08f1c366139e8321734132d2
2   "name": "libbson",
3   "version": "1.1.2",
4   "summary": "A BSON utility library.",
5   "description": "https://github.com/mongodb/libbson#libbson",
6   "homepage": "https://github.com/mongodb/libbson",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "COPYING"
10   },
11   "authors": "MongoDB",
12   "social_media_url": "http://twitter.com/mongodb",
13   "source": {
14     "git": "https://github.com/mongodb/libbson.git",
15     "tag": "1.1.2"
16   },
17   "prepare_command": "./autogen.sh && ./configure",
18   "source_files": [
19     "src/bson/*.{c,h}",
20     "src/yajl/*.{c,h}"
21   ],
22   "header_mappings_dir": "src",
23   "private_header_files": "src/bson/*-private.h",
24   "compiler_flags": "-DBSON_COMPILATION",
25   "requires_arc": false