blob: 6040aeb37542807bfca31a70cf858e76ac6f9e92 [file] [log] [blame]
{
"name": "StreamChat",
"version": "3.0-alpha",
"summary": "StreamChat iOS Client",
"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": {
"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.0-alpha"
},
"requires_arc": true,
"source_files": "Sources_v3/**/*.swift",
"exclude_files": [
"Sources_v3/**/*_Tests.swift",
"Sources_v3/**/*_Mock.swift"
],
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Starscream": [
"~> 3.1"
]
},
"swift_version": "5.2"
}