Uh oh!
There was an error while loading. Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathNodeMediaClient.podspec
More file actions
Latest commit
20 lines (18 loc) · 1.05 KB
/
Copy pathNodeMediaClient.podspec
File metadata and controls
20 lines (18 loc) · 1.05 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
Pod::Spec.newdo |spec|
spec.name="NodeMediaClient"
spec.version="4.1.7"
spec.summary="A live streaming SDK."
spec.description="NodeMedia RTMP/RTSP/HTTP Play/Publish Client SDK for iOS"
spec.homepage="https://www.nodemedia.cn"
spec.documentation_url="https://www.nodemedia.cn/doc/web/#/7?page_id=73"
spec.license={:type=>'Copyright',:text=>'Copyright 2026 NodeMedia Ltd. All rights reserved.'}
spec.author={"Chen Mingliang"=>"illuspas@msn.com"}
spec.readme='https://raw.githubusercontent.com/NodeMedia/NodeMediaClient-iOS/master/README.md'
spec.source={:git=>'https://github.com/NodeMedia/NodeMediaClient-iOS.git',:tag=>"#{spec.version}"}
spec.libraries='z'
spec.frameworks='CoreMedia','AudioToolbox','VideoToolbox','AVFoundation'
# Supported deployment targets
spec.ios.deployment_target="13.0"
# Published binaries
spec.vendored_frameworks="NodeMediaClient.xcframework"
end