[Add] AlibabacloudBPStudio20210931 4.0.4
[CocoaPods.git] / Specs / 9 / 5 / d / MongoMobile / 0.0.3 / MongoMobile.podspec.json
bloba9cd0c50bf47bf8dab2be6adad4145515c7f4ac2
2   "name": "MongoMobile",
3   "version": "0.0.3",
4   "summary": "An embedded version of MongoDB for mobile",
5   "homepage": "https://github.com/mongodb/swift-mongo-mobile",
6   "license": "AGPL 3.0",
7   "authors": {
8     "Matt Broadstone": "mbroadst@mongodb.com"
9   },
10   "source": {
11     "git": "https://github.com/mongodb/swift-mongo-mobile.git",
12     "tag": "v0.0.3"
13   },
14   "platforms": {
15     "ios": "11.0",
16     "tvos": "10.2",
17     "watchos": "4.3"
18   },
19   "requires_arc": true,
20   "source_files": [
21     "Sources/MongoMobile/**/*.swift"
22   ],
23   "dependencies": {
24     "MongoSwift": [
25       "~> 0.0.5"
26     ],
27     "mongoc_embedded": [
28       "~> 4.0.3-92-g8468282"
29     ],
30     "mongo_embedded": [
31       "~> 4.0.3-92-g8468282"
32     ]
33   }