[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 9 / d / 4 / StreamChat / 2.6.1 / StreamChat.podspec.json
blob4d60c5b192d0e766324ba10232ad6f3a3e5c4618
2   "name": "StreamChat",
3   "version": "2.6.1",
4   "summary": "Stream iOS Chat",
5   "description": "stream-chat-swift is the official Swift client and UI for Stream Chat, a service for building chat applications.",
6   "homepage": "https://getstream.io/chat/",
7   "license": {
8     "type": "BSD-3",
9     "file": "LICENSE"
10   },
11   "authors": {
12     "Alexey Bukhtin": "alexey@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": "2.6.1"
22   },
23   "requires_arc": true,
24   "source_files": "Sources/UI/**/*.swift",
25   "resources": "Sources/UI/Chat.xcassets",
26   "frameworks": [
27     "Foundation",
28     "UIKit"
29   ],
30   "dependencies": {
31     "StreamChatCore": [
32       "2.6.1"
33     ],
34     "Nuke": [
35       "~> 8.4"
36     ],
37     "SnapKit": [
38       "~> 5.0"
39     ],
40     "SwiftyGif": [
41       "~> 5.2.0"
42     ],
43     "RxGesture": [
44       "~> 3.0"
45     ]
46   },
47   "swift_version": "5.2"