blob: ff739800519cdbdef1ee70be29870d68c7d43c19 [file] [log] [blame]
{
"name": "mongo-embedded-c-driver",
"version": "1.13.0-4.0.4",
"summary": "MongoDB C Driver",
"description": "mongo-c-driver is a project that includes two libraries:\nlibmongoc, a client library written in C for MongoDB.\nlibbson, a library providing useful routines related to building, parsing, and iterating BSON documents.",
"homepage": "https://github.com/mongodb/mongo-c-driver",
"authors": {
"MongoDB, Inc": "cocoapods@mongodb.com"
},
"license": {
"type": "Apache License, Version 2.0",
"file": "iPhoneOS/Frameworks/mongoc.framework/COPYING"
},
"platforms": {
"ios": "11.0",
"osx": "10.10",
"watchos": "4.3",
"tvos": "10.2"
},
"source": {
"http": "https://downloads.mongodb.org/mobile/apple/mongo-c-driver-1.13.0-4.0.4.tgz",
"sha256": "1664514041b555be7b082ba6470a3c53fc8ed2a1f9edce133f4976a14f8d0857"
},
"ios": {
"vendored_frameworks": [
"iPhoneOS/Frameworks/bson.framework",
"iPhoneOS/Frameworks/mongoc.framework"
]
},
"osx": {
"vendored_frameworks": [
"MacOS/Frameworks/bson.framework",
"MacOS/Frameworks/mongoc.framework"
]
},
"watchos": {
"vendored_frameworks": [
"WatchOS/Frameworks/bson.framework",
"WatchOS/Frameworks/mongoc.framework"
]
},
"tvos": {
"vendored_frameworks": [
"AppleTVOS/Frameworks/bson.framework",
"AppleTVOS/Frameworks/mongoc.framework"
]
}
}