[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / 5 / d / MongoMobile / 0.1.0 / MongoMobile.podspec.json
blobd63f7a2e892e47250dd0d758e0cda7c173cf4e5e
2   "name": "MongoMobile",
3   "version": "0.1.0",
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     "Kaitlin Mahar": "kaitlin.mahar@mongodb.com",
10     "Patrick Freed": "patrick.freed@mongodb.com"
11   },
12   "source": {
13     "git": "https://github.com/mongodb/swift-mongo-mobile.git",
14     "tag": "v0.1.0"
15   },
16   "platforms": {
17     "ios": "11.0",
18     "tvos": "10.2",
19     "watchos": "4.3"
20   },
21   "requires_arc": true,
22   "source_files": [
23     "Sources/MongoMobile/**/*.swift"
24   ],
25   "dependencies": {
26     "MongoSwift": [
27       "~> 0.1.0"
28     ],
29     "mongoc_embedded": [
30       "~> 4.0.4"
31     ],
32     "mongo_embedded": [
33       "~> 4.0.4"
34     ]
35   },
36   "testspecs": [
37     {
38       "name": "Tests",
39       "test_type": "unit",
40       "platforms": {
41         "ios": "11.0"
42       },
43       "source_files": "Tests/MongoMobileTests/*.swift"
44     }
45   ]