blob: 9b0411b6f090593570aed39c7785fb5214882d87 [file] [log] [blame]
{
"name": "StitchLocalMongoDBService",
"version": "4.0.0-beta-2",
"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": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/jsflax/stitch-ios-sdk.git",
"branch": "master",
"submodules": true
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"swift_version": "4.1",
"requires_arc": true,
"prepare_command": "sh prep_pods.sh --module=StitchLocalMongoDBService --sources=StitchLocalMongoDBService",
"source_files": "dist/StitchLocalMongoDBService/**/*.swift",
"dependencies": {
"StitchCore": [
"~> 4.0.0-beta-1"
],
"StitchCoreLocalMongoDBService": [
"~> 4.0.0-beta-2"
]
}
}