-
Notifications
You must be signed in to change notification settings - Fork 0
/
WebRTC-SDK.podspec
22 lines (18 loc) · 936 Bytes
/
WebRTC-SDK.podspec
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
Pod::Spec.new do |spec|
spec.name = "WebRTC-SDK"
spec.version = "114.5735.10"
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 = '13.0'
spec.source_files = 'Classes/**/*'
spec.public_header_files = 'Classes/**/*.h'
spec.source = { :http => "https://github.com/Paddington12345/webRTC-SDK/raw/main/WebRTC.xcframework.zip" }
spec.vendored_frameworks = "WebRTC.xcframework"
end