blob: a2aa49e5e4acf9caf008f4636d9bb2958468fabe [file] [log] [blame]
{
"name": "StreamChat",
"version": "1.3.12",
"summary": "Stream iOS Chat",
"description": "stream-chat-swift is the official Swift client and UI 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.3.12"
},
"requires_arc": true,
"source_files": "Sources/UI/**/*.swift",
"resources": "Sources/UI/Chat.xcassets",
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"StreamChatCore": [
],
"Nuke": [
"~> 8.2.0"
],
"SnapKit": [
"~> 5.0.0"
],
"SwiftyGif": [
"~> 5.1.0"
],
"RxGesture": [
"~> 3.0.0"
]
},
"swift_version": "5.0"
}