blob: 75b1b41b34aa5dafbe704724864d8978af6f1ca6 [file] [log] [blame]
{
"name": "StreamChat",
"version": "3.2.0-beta.8",
"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.2.0-beta.8"
},
"requires_arc": true,
"source_files": "Sources/StreamChat/**/*.swift",
"exclude_files": [
"Sources/StreamChat/**/*_Tests.swift",
"Sources/StreamChat/**/*_Mock.swift"
],
"resource_bundles": {
"StreamChat": [
"Sources/StreamChat/**/*.xcdatamodeld"
]
},
"frameworks": [
"Foundation",
"UIKit"
],
"dependencies": {
"Starscream": [
"~> 4.0"
]
},
"swift_version": "5.2"
}