2 "name": "StreamVideo-XCFramework",
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/",
12 "getstream.io": "support@getstream.io"
14 "social_media_url": "https://getstream.io",
15 "swift_versions": "5.9",
20 "frameworks": "Foundation",
21 "module_name": "StreamVideo",
23 "http": "https://github.com/GetStream/stream-video-swift/releases/download/1.0.6/StreamVideo.zip"
25 "preserve_paths": "StreamVideo.xcframework/*",
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"