[Add] DittoObjC 4.9.2
[CocoaPods.git] / Specs / 2 / 9 / 4 / StreamChatCore / 1.5.3.1 / StreamChatCore.podspec.json
blob11bb1669cfe08682f51f288aefb1f33d43c9f0d7
2   "name": "StreamChatCore",
3   "version": "1.5.3.1",
4   "summary": "Stream iOS Chat Core",
5   "description": "stream-chat-swift is the official Swift client 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.5.3.1"
22   },
23   "requires_arc": true,
24   "source_files": "Sources/Core/**/*.swift",
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "dependencies": {
30     "RxSwift": [
31       "~> 5.0.0"
32     ],
33     "RxAppState": [
34       "~> 1.6.0"
35     ],
36     "Starscream": [
37       "~> 3.1.0"
38     ],
39     "ReachabilitySwift": [
40       "~> 4.3.0"
41     ],
42     "GzipSwift": [
43       "~> 5.0.0"
44     ]
45   },
46   "swift_version": "5.0"