blob: 45652df11406da0f7686ec2b7144a6882e137d2b [file] [log] [blame]
{
"name": "GetStream",
"version": "2.2.3",
"summary": "Swift Client - Build Activity Feeds & Streams with GetStream.io https://getstream.io",
"homepage": "https://github.com/GetStream/stream-swift",
"license": {
"type": "BSD-3",
"file": "LICENSE"
},
"authors": {
"Alexey Bukhtin": "alexey@getstream.io"
},
"social_media_url": "https://getstream.io",
"swift_versions": "5.0",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/GetStream/stream-swift.git",
"tag": "2.2.3"
},
"default_subspecs": [
"Core",
"Faye"
],
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*",
"frameworks": "Foundation",
"dependencies": {
"Moya": [
"~> 14.0"
],
"Swime": [
"~> 3.0"
]
}
},
{
"name": "Faye",
"source_files": "Sources/Faye/*",
"dependencies": {
"GetStream/Core": [
],
"Faye": [
]
}
}
],
"swift_version": "5.0"
}