blob: c57ae862754086a345a361bb76f9fe161a97a466 [file] [log] [blame]
{
"name": "StitchSDK",
"version": "4.0.0-beta-1",
"summary": "Stitch",
"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
},
"swift_version": "4.1",
"requires_arc": true,
"default_subspecs": "StitchSDK",
"subspecs": [
{
"name": "StitchCoreSDK",
"dependencies": {
"StitchCoreSDK": [
"~> 4.0.0-beta-1"
]
}
},
{
"name": "StitchCoreAWSS3Service",
"dependencies": {
"StitchCoreAWSS3Service": [
"~> 4.0.0-beta-1"
]
}
},
{
"name": "StitchCoreAWSSESService",
"dependencies": {
"StitchCoreAWSSESService": [
"~> 4.0.0-beta-1"
]
}
},
{
"name": "StitchCoreHTTPService",
"dependencies": {
"StitchCoreHTTPService": [
"~> 4.0.0-beta-1"
]
}
},
{
"name": "StitchCoreRemoteMongoDBService",
"dependencies": {
"StitchCoreRemoteMongoDBService": [
"~> 4.0.0-beta-1"
]
}
},
{
"name": "StitchCoreTwilioService",
"dependencies": {
"StitchCoreTwilioService": [
"~> 4.0.0-beta-1"
]
}
},
{
"name": "StitchCoreLocalMongoDBService",
"dependencies": {
"StitchCoreLocalMongoDBService": [
"~> 4.0.0-beta-1"
]
}
},
{
"name": "StitchCore",
"dependencies": {
"StitchCoreSDK": [
"~> 4.0.0-beta-1"
]
}
},
{
"name": "StitchAWSS3Service",
"dependencies": {
"StitchAWSS3Service": [
"~> 4.0.0-beta-1"
]
}
},
{
"name": "StitchAWSSESService",
"dependencies": {
"StitchAWSSESService": [
"~> 4.0.0-beta-1"
]
}
},
{
"name": "StitchHTTPService",
"dependencies": {
"StitchHTTPService": [
"~> 4.0.0-beta-1"
]
}
},
{
"name": "StitchRemoteMongoDBService",
"dependencies": {
"StitchRemoteMongoDBService": [
"~> 4.0.0-beta-1"
]
}
},
{
"name": "StitchTwilioService",
"dependencies": {
"StitchTwilioService": [
"~> 4.0.0-beta-1"
]
}
},
{
"name": "StitchLocalMongoDBService",
"dependencies": {
"StitchLocalMongoDBService": [
"~> 4.0.0-beta-1"
]
}
},
{
"name": "StitchSDK",
"dependencies": {
"StitchSDK/StitchRemoteMongoDBService": [
]
}
}
]
}