[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / d / 4 / StreamChat / 4.0.0-beta.7 / StreamChat.podspec.json
blob2fc6d940fb8b3873db7da0f513e40dc3fdff467a
2   "name": "StreamChat",
3   "version": "4.0.0-beta.7",
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     "osx": "10.15"
19   },
20   "source": {
21     "git": "https://github.com/GetStream/stream-chat-swift.git",
22     "tag": "4.0.0-beta.7"
23   },
24   "requires_arc": true,
25   "source_files": "Sources/StreamChat/**/*.swift",
26   "exclude_files": [
27     "Sources/StreamChat/**/*_Tests.swift",
28     "Sources/StreamChat/**/*_Mock.swift"
29   ],
30   "resource_bundles": {
31     "StreamChat": [
32       "Sources/StreamChat/**/*.xcdatamodeld"
33     ]
34   },
35   "frameworks": "Foundation",
36   "ios": {
37     "frameworks": "UIKit"
38   },
39   "dependencies": {
40     "Starscream": [
41       "~> 4.0"
42     ]
43   },
44   "swift_version": "5.2"