[Add] NoctuaSDK 0.6.0
[CocoaPods.git] / Specs / e / d / 6 / StreamChatUI / 4.28.0 / StreamChatUI.podspec.json
bloba3f04bdcb8805d06e5a4bb9fee7caad9419bc4ba
2   "name": "StreamChatUI",
3   "version": "4.28.0",
4   "summary": "StreamChat UI Components",
5   "description": "StreamChatUI SDK offers flexible UI 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": "11.0"
18   },
19   "requires_arc": true,
20   "frameworks": [
21     "Foundation",
22     "UIKit"
23   ],
24   "module_name": "StreamChatUI",
25   "source": {
26     "git": "https://github.com/GetStream/stream-chat-swift.git",
27     "tag": "4.28.0"
28   },
29   "source_files": [
30     "Sources/StreamChatUI/**/*.swift",
31     "Sources/StreamNuke/**/*.swift",
32     "Sources/StreamSwiftyGif/**/*.swift"
33   ],
34   "resource_bundles": {
35     "StreamChatUIResources": [
36       "Sources/StreamChatUI/Resources/**/*"
37     ]
38   },
39   "dependencies": {
40     "StreamChat": [
41       "4.28.0"
42     ]
43   },
44   "swift_version": "5.2"