[Delete] DSPSDK 1.0.0.3
[CocoaPods.git] / Specs / 2 / e / 1 / MongoDBService / 3.0.2 / MongoDBService.podspec.json
blob7419827eb441c9f9a95b4060593618278bfb7c24
2   "name": "MongoDBService",
3   "version": "3.0.2",
4   "summary": "An SDK to use the MongoDB service of the MongoDB's Baas.",
5   "license": {
6     "type": "Apache 2",
7     "file": "./LICENSE"
8   },
9   "platforms": {
10     "ios": "9.0"
11   },
12   "authors": "MongoDB",
13   "homepage": "https://stitch.mongodb.com",
14   "source": {
15     "git": "https://github.com/mongodb/stitch-ios-sdk.git",
16     "tag": "3.0.2"
17   },
18   "source_files": "MongoDBService/MongoDBService/**/*.swift",
19   "requires_arc": true,
20   "dependencies": {
21     "PromiseKit/CorePromise": [
22       "~> 6.1.0"
23     ],
24     "StitchLogger": [
25       "~> 2.0.0"
26     ],
27     "ExtendedJson": [
28       "~> 2.0.2"
29     ],
30     "StitchCore": [
31       "~> 3.0.2"
32     ]
33   }