[Add] BUAdTestMeasurement-Beta 6.6.0.7
[CocoaPods.git] / Specs / 7 / c / b / StreamChatClient / 2.2.4 / StreamChatClient.podspec.json
blob1fe5979bb9bc09a4adeb8b7b847656140f22dc9c
2   "name": "StreamChatClient",
3   "version": "2.2.4",
4   "summary": "Stream 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     "Alexey Bukhtin": "alexey@getstream.io"
13   },
14   "social_media_url": "https://getstream.io",
15   "swift_versions": "5.1",
16   "platforms": {
17     "ios": "11.0"
18   },
19   "source": {
20     "git": "https://github.com/GetStream/stream-chat-swift.git",
21     "tag": "2.2.4"
22   },
23   "requires_arc": true,
24   "source_files": "Sources/Client/**/*.swift",
25   "frameworks": [
26     "Foundation",
27     "UIKit"
28   ],
29   "dependencies": {
30     "Starscream": [
31       "~> 3.1"
32     ]
33   },
34   "swift_version": "5.1"