blob: a102d748fb50b03a688d2b9e6600b933309d2328 [file] [log] [blame]
{
"name": "GetStreamChat",
"version": "0.2.0",
"summary": "Stream iOS Chat",
"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.0",
"platforms": {
"ios": "11.0"
},
"source": {
"git": "https://github.com/GetStream/stream-chat-swift.git",
"tag": "0.2.0"
},
"source_files": "Sources/**/*.swift",
"resources": "Sources/GetStreamChat.xcassets",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"RxSwift": [
"4.5.0"
],
"RxCocoa": [
"4.5.0"
],
"RxKeyboard": [
"0.9.0"
],
"RxStarscream": [
"0.10"
],
"RxReachability": [
"0.1.8"
],
"RxAppState": [
"1.5.0"
],
"RxGesture": [
"2.2.0"
],
"SnapKit": [
"5.0.0"
],
"Nuke": [
"7.6.3"
],
"SwiftyGif": [
"5.1.1"
],
"GzipSwift": [
"5.0.0"
]
},
"requires_arc": true,
"swift_version": "5.0",
"deprecated": true
}