[Add] MentaKSAdapter 5.20.35
[CocoaPods.git] / Specs / 9 / d / 4 / StreamChat / 3.0.1 / StreamChat.podspec.json
blob211cb062909e621bb7c85c6cff23188eda9c495a
2   "name": "StreamChat",
3   "version": "3.0.1",
4   "summary": "StreamChat iOS Client",
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     "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.0.1"
22   },
23   "requires_arc": true,
24   "source_files": "Sources/StreamChat/**/*.swift",
25   "exclude_files": [
26     "Sources/StreamChat/**/*_Tests.swift",
27     "Sources/StreamChat/**/*_Mock.swift"
28   ],
29   "resources": [
30     "Sources/StreamChat/**/*.xcdatamodeld"
31   ],
32   "frameworks": [
33     "Foundation",
34     "UIKit"
35   ],
36   "dependencies": {
37     "Starscream": [
38       "~> 4.0"
39     ]
40   },
41   "swift_version": "5.2"