[Add] DingRTC_iOS 3.5.0
[CocoaPods.git] / Specs / 6 / 3 / f / StreamChatSwiftUI / 4.24.0 / StreamChatSwiftUI.podspec.json
blobf79855e9fa182821cfa42c1f70431972e96a6a1f
2   "name": "StreamChatSwiftUI",
3   "version": "4.24.0",
4   "summary": "StreamChat SwiftUI Chat Components",
5   "description": "StreamChatUI 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": "Sources/StreamChatSwiftUI/**/*.swift",
24   "exclude_files": [
25     "Sources/StreamChatSwiftUI/**/*_Tests.swift",
26     "Sources/StreamChatSwiftUI/**/*_Mock.swift"
27   ],
28   "resource_bundles": {
29     "StreamChatSwiftUI": [
30       "Sources/StreamChatSwiftUI/Resources/**/*"
31     ]
32   },
33   "frameworks": [
34     "Foundation",
35     "UIKit",
36     "SwiftUI"
37   ],
38   "dependencies": {
39     "StreamChat": [
40       "~> 4.24.0"
41     ],
42     "SwiftyGif": [
43       "~> 5.0"
44     ],
45     "NukeUI": [
46       "0.8.0"
47     ]
48   },
49   "swift_version": "5.2"