blob: 31c1da078abba5d5a3d5a3ac6f565ac19662738f [file] [log] [blame]
{
"name": "StitchCoreSDK",
"version": "4.0.0",
"summary": "/Users/jsflax/Development/stitch-ios-sdk/Core/StitchCoreSDK/StitchCoreSDK.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/download_sdk.sh\nsh scripts/prep_pods.sh --module=StitchCoreSDK --sources=Sources/StitchCoreSDK",
"source_files": "dist/StitchCoreSDK/**/*.swift",
"dependencies": {
"MongoSwiftMobile": [
"~> 4.0.0"
]
}
}