[Add] LogRocket 1.47.1
[CocoaPods.git] / Specs / e / d / 6 / StreamChatUI / 3.1.11 / StreamChatUI.podspec.json
bloba395de1245ee4c36788ac1aca059f600f220f149
2   "name": "StreamChatUI",
3   "version": "3.1.11",
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   "source": {
20     "git": "https://github.com/GetStream/stream-chat-swift.git",
21     "tag": "3.1.11"
22   },
23   "requires_arc": true,
24   "source_files": "Sources/StreamChatUI/**/*.swift",
25   "exclude_files": [
26     "Sources/StreamChatUI/**/*_Tests.swift",
27     "Sources/StreamChatUI/**/*_Mock.swift"
28   ],
29   "resource_bundles": {
30     "StreamChatUI": [
31       "Sources/StreamChatUI/Resources/**/*"
32     ]
33   },
34   "frameworks": [
35     "Foundation",
36     "UIKit"
37   ],
38   "dependencies": {
39     "StreamChat": [
40       "3.1.11"
41     ],
42     "Nuke": [
43       "~> 9.0"
44     ],
45     "SwiftyGif": [
46       "~> 5.0"
47     ]
48   },
49   "swift_version": "5.2"