2 "name": "MongoObjCDriver",
4 "summary": "MongoObjCDriver is a framework to connect to a mongodb database",
5 "homepage": "https://github.com/jeromelebel/MongoObjCDriver",
10 "authors": "Jerome Lebel",
14 "requires_arc": false,
16 "git": "https://github.com/jeromelebel/MongoObjCDriver.git",
21 "Libraries/mongo-c-driver/src/mongoc/*.{c,h}",
22 "Libraries/mongo-c-driver/src/libbson/src/bson/*.{c,h}",
23 "Sources/generated-headers/*.h",
24 "Libraries/mongo-c-driver/src/libbson/src/*.{c,h}",
25 "Libraries/mongo-c-driver/src/libbson/src/yajl/*.{c,h}"
28 "Libraries/mongo-c-driver/src/mongoc/*.{defs,def}"
30 "prepare_command": "git submodule update --init --recursive",
31 "compiler_flags": "-DBSON_COMPILATION -DMONGOC_COMPILATION",
32 "header_mappings_dir": "Libraries/mongo-c-driver/src/libbson/src/"