[Add] flutter_libmwc 0.0.3
[CocoaPods.git] / Specs / 9 / d / 4 / StreamChat / 1.3.7 / StreamChat.podspec.json
blob67a450a5dbdee9b1e84bd8e2435a5dcedb955906
2   "name": "StreamChat",
3   "version": "1.3.7",
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.0",
16   "platforms": {
17     "ios": "11.0"
18   },
19   "source": {
20     "git": "https://github.com/GetStream/stream-chat-swift.git",
21     "tag": "1.3.7"
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": [
33     ],
34     "Nuke": [
35       "~> 8.0"
36     ],
37     "SnapKit": [
38       "~> 5.0"
39     ],
40     "SwiftyGif": [
41       "~> 5.1"
42     ],
43     "RxGesture": [
44       "~> 3.0"
45     ]
46   },
47   "swift_version": "5.0"