[Add] AlibabacloudCloudAPI20160714 4.5.1
[CocoaPods.git] / Specs / 0 / 2 / a / mongo-embedded-c-driver / 1.13.0-4.0.4 / mongo-embedded-c-driver.podspec.json
blobff739800519cdbdef1ee70be29870d68c7d43c19
2   "name": "mongo-embedded-c-driver",
3   "version": "1.13.0-4.0.4",
4   "summary": "MongoDB C Driver",
5   "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.",
6   "homepage": "https://github.com/mongodb/mongo-c-driver",
7   "authors": {
8     "MongoDB, Inc": "cocoapods@mongodb.com"
9   },
10   "license": {
11     "type": "Apache License, Version 2.0",
12     "file": "iPhoneOS/Frameworks/mongoc.framework/COPYING"
13   },
14   "platforms": {
15     "ios": "11.0",
16     "osx": "10.10",
17     "watchos": "4.3",
18     "tvos": "10.2"
19   },
20   "source": {
21     "http": "https://downloads.mongodb.org/mobile/apple/mongo-c-driver-1.13.0-4.0.4.tgz",
22     "sha256": "1664514041b555be7b082ba6470a3c53fc8ed2a1f9edce133f4976a14f8d0857"
23   },
24   "ios": {
25     "vendored_frameworks": [
26       "iPhoneOS/Frameworks/bson.framework",
27       "iPhoneOS/Frameworks/mongoc.framework"
28     ]
29   },
30   "osx": {
31     "vendored_frameworks": [
32       "MacOS/Frameworks/bson.framework",
33       "MacOS/Frameworks/mongoc.framework"
34     ]
35   },
36   "watchos": {
37     "vendored_frameworks": [
38       "WatchOS/Frameworks/bson.framework",
39       "WatchOS/Frameworks/mongoc.framework"
40     ]
41   },
42   "tvos": {
43     "vendored_frameworks": [
44       "AppleTVOS/Frameworks/bson.framework",
45       "AppleTVOS/Frameworks/mongoc.framework"
46     ]
47   }