blob: 8b3dd745819ee2a07b29e61ad520c0165096a6cf [file] [log] [blame]
{
"name": "StreamChat",
"version": "1.0.6",
"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": "1.0.6"
},
"requires_arc": true,
"source_files": "Sources/**/*.swift",
"resources": "Sources/Chat.xcassets",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Nuke": [
"~> 8.0"
],
"SnapKit": [
"~> 5.0"
],
"SwiftyGif": [
"~> 5.1"
],
"Starscream": [
"~> 3.0"
],
"ReachabilitySwift": [
"~> 4.3"
],
"GzipSwift": [
"~> 5.0"
],
"RxSwift": [
"~> 5.0"
],
"RxAppState": [
"~> 1.5"
],
"RxGesture": [
"~> 3.0"
]
},
"swift_version": "5.0"
}