[Add] YLCategory-MacOS 1.1.3
[CocoaPods.git] / Specs / 2 / b / d / StreamVideoSwiftUI / 1.0.1 / StreamVideoSwiftUI.podspec.json
blob53717972236bec5a39488996afbba35aa351691d
2   "name": "StreamVideoSwiftUI",
3   "version": "1.0.1",
4   "summary": "StreamVideo SwiftUI Video Components",
5   "description": "StreamVideoSwiftUI SDK offers flexible SwiftUI components able to display data provided by StreamVideo SDK.",
6   "homepage": "https://getstream.io/video/",
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.6",
16   "platforms": {
17     "ios": "13.0"
18   },
19   "requires_arc": true,
20   "frameworks": [
21     "Foundation",
22     "SwiftUI"
23   ],
24   "module_name": "StreamVideoSwiftUI",
25   "source": {
26     "git": "https://github.com/GetStream/stream-video-swift.git",
27     "tag": "1.0.1"
28   },
29   "source_files": [
30     "Sources/StreamVideoSwiftUI/**/*.swift"
31   ],
32   "exclude_files": [
33     "Sources/StreamVideoSwiftUI/**/*_Tests.swift",
34     "Sources/StreamVideoSwiftUI/**/*_Mock.swift"
35   ],
36   "resource_bundles": {
37     "StreamVideoSwiftUI": [
38       "Sources/StreamVideoSwiftUI/Resources/**/*"
39     ]
40   },
41   "dependencies": {
42     "StreamVideo": [
43       "1.0.1"
44     ]
45   },
46   "swift_version": "5.6"