[Add] DocumentReaderOCRRFIDStage 7.5.10896
[CocoaPods.git] / Specs / 6 / 0 / 2 / StreamVideo-XCFramework / 1.14.0 / StreamVideo-XCFramework.podspec.json
blob02c008dbf911f07562d936f4b7961a15ad3f378a
2   "name": "StreamVideo-XCFramework",
3   "version": "1.14.0",
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.14.0/StreamVideo.zip"
24   },
25   "vendored_frameworks": [
26     "StreamVideo.xcframework",
27     "Frameworks/StreamWebRTC.xcframework"
28   ],
29   "preserve_paths": [
30     "StreamVideo.xcframework/*",
31     "Frameworks/*"
32   ],
33   "dependencies": {
34     "SwiftProtobuf": [
35       "~> 1.18.0"
36     ]
37   },
38   "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",
39   "swift_version": "5.9"