[Add] FlexaScan 1.0.9
[CocoaPods.git] / Specs / 6 / 0 / 2 / StreamVideo-XCFramework / 1.0.6 / StreamVideo-XCFramework.podspec.json
blob2ac63f93b865a73c9cbf22c9b37b38a321374795
2   "name": "StreamVideo-XCFramework",
3   "version": "1.0.6",
4   "summary": "StreamVideo iOS Video Client",
5   "description": "StreamVideo is the official Swift client for Stream Video, a service for building video applications.",
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.9",
16   "platforms": {
17     "ios": "13.0"
18   },
19   "requires_arc": true,
20   "frameworks": "Foundation",
21   "module_name": "StreamVideo",
22   "source": {
23     "http": "https://github.com/GetStream/stream-video-swift/releases/download/1.0.6/StreamVideo.zip"
24   },
25   "preserve_paths": "StreamVideo.xcframework/*",
26   "dependencies": {
27     "SwiftProtobuf": [
28       "~> 1.18.0"
29     ]
30   },
31   "vendored_frameworks": "Frameworks/StreamWebRTC.xcframework",
32   "prepare_command": "mkdir -p Frameworks/\ncurl -sL \"https://github.com/GetStream/stream-video-swift-webrtc/releases/download/114.5735.08/StreamWebRTC.zip\" -o Frameworks/StreamWebRTC.zip\nunzip -o Frameworks/StreamWebRTC.zip -d Frameworks/\nrm Frameworks/StreamWebRTC.zip",
33   "swift_version": "5.9"