blob: 7b788d1f15188741ab74344a38d7ea05cc9760c2 [file] [log] [blame]
{
"name": "StreamChatCore",
"version": "2.3.0",
"summary": "Stream iOS Chat Core",
"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.2",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/GetStream/stream-chat-swift.git",
"tag": "2.3.0"
},
"requires_arc": true,
"source_files": "Sources/Core/**/*.swift",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"StreamChatClient": [
"2.3.0"
],
"RxSwift": [
"~> 5.1"
],
"RxCocoa": [
"~> 5.1"
]
},
"swift_version": "5.2"
}