[Add] DocumentReaderMRZBarcodeStage 7.5.10862
[CocoaPods.git] / Specs / 6 / 3 / f / StreamChatSwiftUI / 4.63.0 / StreamChatSwiftUI.podspec.json
blob6b02b8e3f3e8a6b3ed7d1d7c1815667d922f4994
2   "name": "StreamChatSwiftUI",
3   "version": "4.63.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.9",
16   "platforms": {
17     "ios": "14.0"
18   },
19   "source": {
20     "git": "https://github.com/GetStream/stream-chat-swiftui.git",
21     "tag": "4.63.0"
22   },
23   "requires_arc": true,
24   "source_files": [
25     "Sources/StreamChatSwiftUI/**/*.swift"
26   ],
27   "exclude_files": [
28     "Sources/StreamChatSwiftUI/**/*_Tests.swift",
29     "Sources/StreamChatSwiftUI/**/*_Mock.swift"
30   ],
31   "resource_bundles": {
32     "StreamChatSwiftUI": [
33       "Sources/StreamChatSwiftUI/Resources/**/*"
34     ]
35   },
36   "frameworks": [
37     "Foundation",
38     "UIKit",
39     "SwiftUI"
40   ],
41   "dependencies": {
42     "StreamChat": [
43       "~> 4.63.0"
44     ]
45   },
46   "swift_version": "5.9"