blob: 3fd10f38696c417e523caa0134da9104d753a5d2 [file] [log] [blame]
{
"name": "GetStream",
"version": "2.0.0",
"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": "9.0"
},
"source": {
"git": "https://github.com/GetStream/stream-swift.git",
"tag": "2.0.0"
},
"default_subspecs": [
"Core",
"Faye"
],
"swift_version": "5.0",
"subspecs": [
{
"name": "Core",
"source_files": "Sources/Core/**/*",
"frameworks": "Foundation",
"dependencies": {
"Moya": [
"~> 13.0"
],
"Swime": [
"~> 3.0"
]
}
},
{
"name": "Faye",
"source_files": "Sources/Faye/*",
"dependencies": {
"GetStream/Core": [
],
"Faye": [
]
}
}
]
}