[Add] AlibabacloudVpc20160428 5.5.0
[CocoaPods.git] / Specs / 9 / 5 / d / MongoMobile / 0.0.4 / MongoMobile.podspec.json
blobc0f30b308f6643e951376238f27fa3bda411a66f
2   "name": "MongoMobile",
3   "version": "0.0.4",
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.6"
26     ],
27     "mongoc_embedded": [
28       "~> 4.0.3-107-g0b0aac7"
29     ],
30     "mongo_embedded": [
31       "~> 4.0.3-107-g0b0aac7"
32     ]
33   }