blob: b5ae9f383eba73d913c00ea7014b154ab43e9d9e [file] [log] [blame]
{
"name": "GetStream",
"version": "2.2.2",
"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.2.2"
},
"default_subspecs": [
"Core",
"Faye"
],
"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": [
]
}
}
],
"swift_version": "5.0"
}