[Add] ZJSDK 2.5.5.6
[CocoaPods.git] / Specs / 6 / 3 / f / StreamChatSwiftUI / 4.6.0 / StreamChatSwiftUI.podspec.json
bloba28ca4079d60b8861481962b8503b170b1d0ea1a
2   "name": "StreamChatSwiftUI",
3   "version": "4.6.0",
4   "summary": "StreamChat SwiftUI 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     "tag": "4.6.0"
22   },
23   "requires_arc": true,
24   "source_files": "Sources/StreamChatSwiftUI/**/*.swift",
25   "exclude_files": [
26     "Sources/StreamChatSwiftUI/**/*_Tests.swift",
27     "Sources/StreamChatSwiftUI/**/*_Mock.swift"
28   ],
29   "resource_bundles": {
30     "StreamChatSwiftUI": [
31       "Sources/StreamChatSwiftUI/Resources/**/*"
32     ]
33   },
34   "frameworks": [
35     "Foundation",
36     "UIKit",
37     "SwiftUI"
38   ],
39   "dependencies": {
40     "StreamChat": [
41       "~> 4.5.0"
42     ],
43     "Nuke": [
44       "~> 10.0"
45     ],
46     "SwiftyGif": [
47       "~> 5.0"
48     ],
49     "NukeUI": [
50       "~> 0.7.0"
51     ]
52   },
53   "swift_version": "5.2"