[Add] ISApptimismCustomAdapter 0.0.6
[CocoaPods.git] / Specs / 2 / 9 / 4 / StreamChatCore / 2.6.1 / StreamChatCore.podspec.json
blob4dc54641b2fc1f49dec32f8e7d544611ce7166de
2   "name": "StreamChatCore",
3   "version": "2.6.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.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/Core/**/*.swift",
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "dependencies": {
30     "StreamChatClient": [
31       "2.6.1"
32     ],
33     "RxSwift": [
34       "~> 5.1"
35     ],
36     "RxCocoa": [
37       "~> 5.1"
38     ]
39   },
40   "swift_version": "5.2"