[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / a / 2 / libbson / 1.1.11 / libbson.podspec.json
blob772b384d4a313216336c5fb2cb15b263bc9f3e41
2   "name": "libbson",
3   "version": "1.1.11",
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.11"
16   },
17   "prepare_command": "./autogen.sh && ./configure",
18   "source_files": [
19     "src/bson/*.{c,h}",
20     "src/yajl/*.{c,h}"
21   ],
22   "exclude_files": "src/**/*-win32.h",
23   "header_mappings_dir": "src",
24   "private_header_files": "src/bson/*-private.h",
25   "module_name": "bson",
26   "compiler_flags": "-DBSON_COMPILATION",
27   "requires_arc": false