blob: e1469ba038a5467fe9913cf20b2786d297fad023 [file] [log] [blame]
{
"name": "Stanwood",
"version": "1.0.0",
"summary": "An umbrella pod for all the pods developed at Stanwood GmbH.",
"description": "This pod is an umbrella for all the other pods in the company:\nStanwoodCore, StanwoodAnalytics, StanwoodChat, StanwoodDialog, StanwoodGroupChain.\nSTWSocialKit and StanwoodUITesting are not updated to Swift 4.0 just yet and are not included.",
"homepage": "https://github.com/stanwood/Stanwood_Root_iOS",
"license": {
"type": "MIT",
"file": "LICENSE"
},
"authors": {
"stanwood": "ios.frameworks@stanwood.io"
},
"source": {
"git": "https://github.com/stanwood/Stanwood_Root_iOS.git",
"tag": "1.0.0"
},
"default_subspecs": [
"Core",
"Analytics"
],
"platforms": {
"ios": "10.0"
},
"subspecs": [
{
"name": "Core",
"dependencies": {
"StanwoodCore": [
]
}
},
{
"name": "Analytics",
"dependencies": {
"StanwoodAnalytics": [
]
}
},
{
"name": "Dialog",
"dependencies": {
"StanwoodDialog": [
]
}
},
{
"name": "GroupChain",
"dependencies": {
"StanwoodGroupChain": [
]
}
},
{
"name": "UITesting",
"dependencies": {
"StanwoodUITesting": [
]
},
"frameworks": "XCTest"
}
]
}