[Add] Plotline 4.1.5
[CocoaPods.git] / Specs / e / d / 6 / StreamChatUI / 4.6.0 / StreamChatUI.podspec.json
blobb675720a0add5b2094c1f55b6e5a5781a5096083
2   "name": "StreamChatUI",
3   "version": "4.6.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.6.0"
28   },
29   "source_files": [
30     "Sources/StreamChatUI/**/*.swift",
31     "Sources/StreamNuke/**/*.swift",
32     "Sources/StreamSwiftyGif/**/*.swift"
33   ],
34   "exclude_files": [
35     "Sources/StreamChatUI/**/*_Tests.swift",
36     "Sources/StreamChatUI/**/*_Mock.swift"
37   ],
38   "resource_bundles": {
39     "StreamChatUIResources": [
40       "Sources/StreamChatUI/Resources/**/*"
41     ]
42   },
43   "dependencies": {
44     "StreamChat": [
45       "4.6.0"
46     ]
47   },
48   "swift_version": "5.2"