[Add] TestFrameworkIos1 1.0.2
[CocoaPods.git] / Specs / 9 / d / 4 / StreamChat / 4.12.0 / StreamChat.podspec.json
blob629f6cc5d955349627cb98b7792ddaeee273115f
2   "name": "StreamChat",
3   "version": "4.12.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   "requires_arc": true,
20   "frameworks": "Foundation",
21   "ios": {
22     "frameworks": "UIKit"
23   },
24   "module_name": "StreamChat",
25   "source": {
26     "git": "https://github.com/GetStream/stream-chat-swift.git",
27     "tag": "4.12.0"
28   },
29   "source_files": [
30     "Sources/StreamChat/**/*.swift",
31     "Sources/StreamStarscream/**/*.swift"
32   ],
33   "exclude_files": [
34     "Sources/StreamChat/**/*_Tests.swift",
35     "Sources/StreamChat/**/*_Mock.swift"
36   ],
37   "resource_bundles": {
38     "StreamChat": [
39       "Sources/StreamChat/**/*.xcdatamodeld"
40     ]
41   },
42   "swift_version": "5.2"