[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / 3 / f / StreamChatSwiftUI / 4.40.0 / StreamChatSwiftUI.podspec.json
blobfa79bb7116b88a85ae876c1f99d53183022b3113
2   "name": "StreamChatSwiftUI",
3   "version": "4.40.0",
4   "summary": "StreamChat SwiftUI Chat Components",
5   "description": "StreamChatSwiftUI SDK offers flexible SwiftUI components able to display data provided by StreamChat SDK.",
6   "homepage": "https://getstream.io/chat/",
7   "license": {
8     "type": "BSD-3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "getstream.io": "support@getstream.io"
13   },
14   "social_media_url": "https://getstream.io",
15   "swift_versions": "5.2",
16   "platforms": {
17     "ios": "14.0"
18   },
19   "source": {
20     "git": "https://github.com/GetStream/stream-chat-swiftui.git"
21   },
22   "requires_arc": true,
23   "source_files": [
24     "Sources/StreamChatSwiftUI/**/*.swift"
25   ],
26   "exclude_files": [
27     "Sources/StreamChatSwiftUI/**/*_Tests.swift",
28     "Sources/StreamChatSwiftUI/**/*_Mock.swift"
29   ],
30   "resource_bundles": {
31     "StreamChatSwiftUI": [
32       "Sources/StreamChatSwiftUI/Resources/**/*"
33     ]
34   },
35   "frameworks": [
36     "Foundation",
37     "UIKit",
38     "SwiftUI"
39   ],
40   "dependencies": {
41     "StreamChat": [
42       "~> 4.40.0"
43     ]
44   },
45   "swift_version": "5.2"