[Add] AlibabacloudPolardbx20200202 2.0.0
[CocoaPods.git] / Specs / 3 / 9 / 2 / StitchCoreLocalMongoDBService / 4.0.0-beta-1 / StitchCoreLocalMongoDBService.podspec.json
blobfcd3efb969cb398f28263ace04555800fc60e196
2   "name": "StitchCoreLocalMongoDBService",
3   "version": "4.0.0-beta-1",
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     "ios": "11.0"
14   },
15   "source": {
16     "git": "https://github.com/mongodb/stitch-ios-sdk.git",
17     "branch": "master",
18     "submodules": true
19   },
20   "swift_version": "4.1",
21   "requires_arc": true,
22   "prepare_command": "sh download_sdk.sh --with-mobile\nsh 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/lib*[^bson-1.0][^mongoc-1.0].dylib"
31   },
32   "tvos": {
33     "vendored_libraries": "vendor/MobileSDKs/iphoneos/lib/lib*[^bson-1.0][^mongoc-1.0].dylib"
34   },
35   "dependencies": {
36     "StitchCoreSDK": [
37       "~> 4.0.0-beta-1"
38     ]
39   }