blob: 17c1ea2c04d9f32f9d74410fae9a00faef525bbd [file] [log] [blame]
{
"name": "StitchLocalMongoDBService",
"version": "4.0.0",
"summary": "/Users/jsflax/Development/stitch-ios-sdk/iOS/Services/StitchLocalMongoDBService/StitchLocalMongoDBService.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": {
"watchos": "4.3",
"ios": "11.0",
"tvos": "10.2"
},
"source": {
"git": "https://github.com/mongodb/stitch-ios-sdk.git",
"branch": "master",
"tag": "4.0.0"
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"prepare_command": "sh scripts/prep_pods.sh --module=StitchLocalMongoDBService --sources=StitchLocalMongoDBService",
"source_files": "dist/StitchLocalMongoDBService/**/*.swift",
"dependencies": {
"StitchCore": [
"~> 4.0.0"
],
"StitchCoreLocalMongoDBService": [
"~> 4.0.0"
]
}
}