blob: be115778c5019da34b0146b39352d5e9e0d4c248 [file] [log] [blame]
{
"name": "StreamChatClient",
"version": "2.1.0",
"summary": "Stream iOS Chat Client",
"description": "stream-chat-swift is the official Swift client for Stream Chat, a service for building chat applications.",
"homepage": "https://getstream.io/chat/",
"license": {
"type": "BSD-3",
"file": "LICENSE"
},
"authors": {
"Alexey Bukhtin": "alexey@getstream.io"
},
"social_media_url": "https://getstream.io",
"swift_versions": "5.1",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/GetStream/stream-chat-swift.git",
"tag": "2.1.0"
},
"requires_arc": true,
"source_files": "Sources/Client/**/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Starscream": [
"~> 3.1"
]
},
"swift_version": "5.1"
}