blob: 27be7af3559314eae3e8311b04e9c66353c7e1a7 [file] [log] [blame]
{
"name": "StitchTwilioService",
"version": "4.0.0-beta-1",
"summary": "/Users/jsflax/Development/stitch-ios-sdk/iOS/Services/StitchTwilioService/StitchTwilioService.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=StitchTwilioService --sources=StitchTwilioService",
"source_files": "dist/StitchTwilioService/**/*.swift",
"dependencies": {
"StitchCore": [
"~> 4.0.0-beta-1"
],
"StitchCoreTwilioService": [
"~> 4.0.0-beta-1"
]
}
}