[Add] DocumentReaderFullRFIDStage 7.5.10860
[CocoaPods.git] / Specs / 7 / 2 / b / mongo-c-driver / 1.1.0 / mongo-c-driver.podspec.json
bloba794744731ced25d08061331fb4272aeb4105a09
2   "name": "mongo-c-driver",
3   "version": "1.1.0",
4   "summary": "A high-performance MongoDB driver for C.",
5   "description": "https://github.com/mongodb/mongo-c-driver#mongo-c-driver",
6   "homepage": "https://github.com/mongodb/mongo-c-driver",
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/mongo-c-driver.git",
15     "tag": "1.1.0"
16   },
17   "prepare_command": "./autogen.sh && ./configure --with-libbson=no --enable-ssl=no --enable-sasl=no",
18   "source_files": "src/mongoc/*.{c,h}",
19   "header_mappings_dir": "src",
20   "private_header_files": "src/mongoc/*-private.h",
21   "preserve_paths": "src/mongoc/*.{def,defs}",
22   "compiler_flags": "-DMONGOC_COMPILATION",
23   "requires_arc": false,
24   "dependencies": {
25     "libbson": [
26       "~> 1.1.0"
27     ]
28   }