blob: fcd3efb969cb398f28263ace04555800fc60e196 [file] [log] [blame]
{
"name": "StitchCoreLocalMongoDBService",
"version": "4.0.0-beta-1",
"summary": "/Users/jsflax/Development/stitch-ios-sdk/Core/Services/StitchCoreLocalMongoDBService/StitchCoreLocalMongoDBService.podspec Module",
"homepage": "https://github.com/mongodb/stitch-ios-sdk",
"license": "Apache2",
"authors": {
"Jason Flax": "jason.flax@mongodb.com",
"Adam Chelminski": "adam.chelminski@mongodb.com",
"Eric Daniels": "eric.daniels@mongodb.com"
},
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/mongodb/stitch-ios-sdk.git",
"branch": "master",
"submodules": true
},
"swift_version": "4.1",
"requires_arc": true,
"prepare_command": "sh download_sdk.sh --with-mobile\nsh prep_pods.sh --module=StitchCoreLocalMongoDBService --sources=Sources/StitchCoreLocalMongoDBService",
"pod_target_xcconfig": {
"SWIFT_INCLUDE_PATHS": "\"$(PODS_TARGET_SRCROOT)/vendor/MobileSDKs/include/mongo/embedded-v1/\" \"$(PODS_TARGET_SRCROOT)/vendor/Sources/mongo_embedded\"",
"ENABLE_BITCODE": "NO"
},
"preserve_paths": "vendor",
"source_files": "dist/StitchCoreLocalMongoDBService/**/*.swift",
"ios": {
"vendored_libraries": "vendor/MobileSDKs/iphoneos/lib/lib*[^bson-1.0][^mongoc-1.0].dylib"
},
"tvos": {
"vendored_libraries": "vendor/MobileSDKs/iphoneos/lib/lib*[^bson-1.0][^mongoc-1.0].dylib"
},
"dependencies": {
"StitchCoreSDK": [
"~> 4.0.0-beta-1"
]
}
}