forked from webrtc-sdk/Specs
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathWebRTC-SDK.podspec
More file actions
21 lines (17 loc) · 896 Bytes
/
WebRTC-SDK.podspec
File metadata and controls
21 lines (17 loc) · 896 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
Pod::Spec.new do |spec|
spec.name = "WebRTC-SDK"
spec.version = "104.5112.16"
spec.summary = "WebRTC pre-compiled library for Darwin. "
spec.description = <<-DESC
WebRTC pre-compiled library for Darwin.
The binary files in this repository are compiled using Google WebRTC source code M version,
and a series of optimization patches from the webrtc-sdk community have been added.
DESC
spec.homepage = "https://github.com/webrtc-sdk/Specs"
spec.license = { :type => 'BSD', :file => 'WebRTC.xcframework/LICENSE' }
spec.author = "webrtc-sdk"
spec.ios.deployment_target = '10.0'
spec.osx.deployment_target = '10.11'
spec.source = { :http => "https://github.com/webrtc-sdk/Specs/releases/download/104.5112.16/WebRTC.xcframework.zip" }
spec.vendored_frameworks = "WebRTC.xcframework"
end