[Add] ZJSDK 2.5.4.14
[CocoaPods.git] / Specs / 6 / 2 / 1 / MongoObjCDriver / 1.0.6 / MongoObjCDriver.podspec.json
blob9ada7f152577346479412134995c38d1dbf99ccd
2   "name": "MongoObjCDriver",
3   "version": "1.0.6",
4   "summary": "MongoObjCDriver is a framework to connect to a mongodb database",
5   "homepage": "https://github.com/jeromelebel/MongoObjCDriver",
6   "license": {
7     "type": "-",
8     "file": "README"
9   },
10   "authors": "Jerome Lebel",
11   "platforms": {
12     "osx": "10.7"
13   },
14   "requires_arc": false,
15   "source": {
16     "git": "https://github.com/jeromelebel/MongoObjCDriver.git",
17     "tag": "1.0.6"
18   },
19   "source_files": [
20     "Sources/*.{m,h}",
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}"
26   ],
27   "resources": [
28     "Libraries/mongo-c-driver/src/mongoc/*.{defs,def}"
29   ],
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/"