[Add] RongCloudRTC 5.12.0
[CocoaPods.git] / Specs / 4 / 5 / d / MongoSwift / 0.0.4 / MongoSwift.podspec.json
blobc477500d473aadf050644a179cf219246ab974dd
2   "name": "MongoSwift",
3   "version": "0.0.4",
4   "summary": "The Swift driver for MongoDB",
5   "homepage": "https://github.com/mongodb/mongo-swift-driver",
6   "license": "Apache License, Version 2.0",
7   "authors": {
8     "Matt Broadstone": "mbroadst@mongodb.com",
9     "Kaitlin Mahar": "kaitlin.mahar@mongodb.com",
10     "Jeremy Mikola": "jmikola@mongodb.com"
11   },
12   "source": {
13     "git": "https://github.com/mongodb/mongo-swift-driver.git",
14     "tag": "v0.0.4"
15   },
16   "platforms": {
17     "ios": "11.0",
18     "tvos": "10.2",
19     "watchos": "4.3"
20   },
21   "requires_arc": true,
22   "source_files": "Sources/MongoSwift/**/*.swift",
23   "dependencies": {
24     "mongo-embedded-c-driver": [
25       "~> 1.13.0-dev2"
26     ]
27   }