[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / b / a / 2 / libbson / 1.0.2 / libbson.podspec.json
blobc4f690fa41746a88f8a86e7cf09f7367f5e2a8e1
2   "name": "libbson",
3   "version": "1.0.2",
4   "summary": "A BSON utility library.",
5   "description": "                           A library providing useful routines related to building,\n                           parsing, and iterating BSON documents. It is a useful base\n                           for those wanting to write high-performance C extensions to\n                           higher level languages such as python, ruby, or perl.\n",
6   "homepage": "https://github.com/mongodb/libbson",
7   "license": {
8     "type": "Apache License, Version 2.0",
9     "file": "COPYING"
10   },
11   "authors": "10gen",
12   "social_media_url": "http://twitter.com/mongodb",
13   "source": {
14     "git": "https://github.com/mongodb/libbson.git",
15     "tag": "1.0.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