3 "version": "1.6.1-cocoapods-rc1",
4 "summary": "A BSON utility library.",
5 "description": "libbson is a library providing useful routines related to building, parsing, and iterating BSON documents.",
6 "homepage": "https://github.com/mongodb/libbson",
8 "type": "Apache License, Version 2.0",
12 "documentation_url": "http://mongoc.org/libbson/1.6.1/index.html",
13 "social_media_url": "http://twitter.com/mongodb",
15 "git": "https://github.com/paulmelnikow/libbson.git",
16 "tag": "1.6.1-cocoapods-rc1"
18 "prepare_command": "((command -v automake && command -v glibtoolize) >/dev/null 2>&1 ||\n { echo >&2 'Please run `brew install automake libtool`.'; exit 1; }) &&\n./autogen.sh && ./configure",
19 "preserve_paths": "src/libbson.modulemap",
25 "exclude_files": "src/**/*-win32.h",
26 "header_mappings_dir": "src",
27 "private_header_files": "src/bson/*-private.h",
28 "module_name": "bson",
29 "module_map": "src/libbson.modulemap",
30 "compiler_flags": "-DBSON_COMPILATION",
31 "requires_arc": false,
32 "pod_target_xcconfig": {
33 "HEADER_SEARCH_PATHS": "$(PODS_TARGET_SRCROOT)/src",
34 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"
36 "user_target_xcconfig": {
37 "CLANG_ALLOW_NON_MODULAR_INCLUDES_IN_FRAMEWORK_MODULES": "YES"