[Add] DSPSDK 1.0.1.8
[CocoaPods.git] / Specs / 9 / d / 4 / StreamChat / 4.31.0 / StreamChat.podspec.json
blob83ad79ac379aff9ce4b61e6bc68e61a8e3f04a00
2   "name": "StreamChat",
3   "version": "4.31.0",
4   "summary": "StreamChat iOS Chat 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   "requires_arc": true,
21   "frameworks": "Foundation",
22   "ios": {
23     "frameworks": "UIKit"
24   },
25   "module_name": "StreamChat",
26   "source": {
27     "git": "https://github.com/GetStream/stream-chat-swift.git",
28     "tag": "4.31.0"
29   },
30   "source_files": [
31     "Sources/StreamChat/**/*.swift",
32     "Sources/StreamStarscream/**/*.swift"
33   ],
34   "resource_bundles": {
35     "StreamChat": [
36       "Sources/StreamChat/**/*.xcdatamodeld"
37     ]
38   },
39   "swift_version": "5.2"