blob: a3863708a0b2a212ab0fe8db735cdaa65de33006 [file] [log] [blame]
{
"name": "StreamChatUI",
"version": "3.2.0-beta.6",
"summary": "StreamChat UI Components",
"description": "StreamChatUI SDK offers flexible UI components able to display data provided by StreamChat SDK.",
"homepage": "https://getstream.io/chat/",
"license": {
"type": "BSD-3",
"file": "LICENSE"
},
"authors": {
"getstream.io": "support@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": "3.2.0-beta.6"
},
"requires_arc": true,
"source_files": "Sources/StreamChatUI/**/*.swift",
"exclude_files": [
"Sources/StreamChatUI/**/*_Tests.swift",
"Sources/StreamChatUI/**/*_Mock.swift"
],
"resource_bundles": {
"StreamChatUI": [
"Sources/StreamChatUI/Resources/**/*"
]
},
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"StreamChat": [
"~> 3.0"
],
"Nuke": [
"~> 9.0"
],
"SwiftyGif": [
"~> 5.0"
]
},
"swift_version": "5.2"
}