[Add] APSDKMediationMintegral 0.0.19
[CocoaPods.git] / Specs / 3 / 9 / 2 / StitchCoreLocalMongoDBService / 4.0.0 / StitchCoreLocalMongoDBService.podspec.json
blob7c856919cfa606027f220257e3fc875f737a9caf
2   "name": "StitchCoreLocalMongoDBService",
3   "version": "4.0.0",
4   "summary": "/Users/jsflax/Development/stitch-ios-sdk/Core/Services/StitchCoreLocalMongoDBService/StitchCoreLocalMongoDBService.podspec Module",
5   "homepage": "https://github.com/mongodb/stitch-ios-sdk",
6   "license": "Apache2",
7   "authors": {
8     "Jason Flax": "jason.flax@mongodb.com",
9     "Adam Chelminski": "adam.chelminski@mongodb.com",
10     "Eric Daniels": "eric.daniels@mongodb.com"
11   },
12   "platforms": {
13     "watchos": "4.3",
14     "ios": "11.0",
15     "tvos": "10.2"
16   },
17   "source": {
18     "git": "https://github.com/mongodb/stitch-ios-sdk.git",
19     "branch": "master",
20     "tag": "4.0.0"
21   },
22   "prepare_command": "sh scripts/download_sdk.sh --with-mobile --for-pods\nsh scripts/prep_pods.sh         --module=StitchCoreLocalMongoDBService         --sources=Sources/StitchCoreLocalMongoDBService",
23   "pod_target_xcconfig": {
24     "SWIFT_INCLUDE_PATHS": "\"$(PODS_TARGET_SRCROOT)/vendor/MobileSDKs/include/mongo/embedded-v1/\" \"$(PODS_TARGET_SRCROOT)/vendor/Sources/mongo_embedded\"",
25     "ENABLE_BITCODE": "NO"
26   },
27   "preserve_paths": "vendor",
28   "source_files": "dist/StitchCoreLocalMongoDBService/**/*.swift",
29   "ios": {
30     "vendored_libraries": "vendor/MobileSDKs/iphoneos/lib/*.dylib"
31   },
32   "tvos": {
33     "vendored_libraries": "vendor/MobileSDKs/appletvos/lib/*.dylib"
34   },
35   "watchos": {
36     "vendored_libraries": "vendor/MobileSDKs/watchos/lib/*.dylib"
37   },
38   "dependencies": {
39     "StitchCoreSDK": [
40       "~> 4.0.0"
41     ]
42   }