[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / d / 4 / StreamChat / 3.1.0 / StreamChat.podspec.json
blobddaa26c7fc29bfb4c503489a8be286aba818aff8
2   "name": "StreamChat",
3   "version": "3.1.0",
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.1.0"
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   "resource_bundles": {
30     "StreamChat": [
31       "Sources/StreamChat/**/*.xcdatamodeld"
32     ]
33   },
34   "frameworks": [
35     "Foundation",
36     "UIKit"
37   ],
38   "dependencies": {
39     "Starscream": [
40       "~> 4.0"
41     ]
42   },
43   "swift_version": "5.2"