blob: 32eb272cee842115dfcad83cda9138627fe9525f [file] [log] [blame]
{
"name": "StitchCoreFCMService",
"version": "4.0.0-beta-1",
"summary": "/Users/jsflax/Development/stitch-ios-sdk/Core/Services/StitchCoreFCMService/StitchCoreFCMService.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
},
"pod_target_xcconfig": {
"ENABLE_BITCODE": "NO"
},
"swift_version": "4.1",
"requires_arc": true,
"prepare_command": "sh prep_pods.sh --module=StitchCoreFCMService --sources=Sources/StitchCoreFCMService",
"source_files": "dist/StitchCoreFCMService/**/*.swift",
"dependencies": {
"StitchCoreSDK": [
"~> 4.0.0-beta-1"
]
}
}