Skip to content

Commit

Permalink
WebRTC 132.6834.5.2
Browse files Browse the repository at this point in the history
zztkm committed Jan 23, 2025

Verified

This commit was signed with the committer’s verified signature.
zztkm zztkm
1 parent 93ce49e commit a6ada15
Showing 1 changed file with 15 additions and 0 deletions.
15 changes: 15 additions & 0 deletions WebRTC/132.6834.5.2/WebRTC.podspec
Original file line number Diff line number Diff line change
@@ -0,0 +1,15 @@
Pod::Spec.new do |s|
s.name = "WebRTC"
s.version = "132.6834.5.2"
s.summary = "WebRTC library for WebRTC SFU Sora"
s.description = <<-DESC
WebRTC library for WebRTC SFU Sora
DESC
s.homepage = "https://github.com/shiguredo/sora-ios-sdk-specs"
s.license = { :type => "BSD" }
s.authors = { "WebRTC" => "http://www.webrtc.org",
"Shiguredo Inc." => "https://shiguredo.jp/" }
s.platform = :ios, "14.0"
s.source = { :http => "https://github.com/shiguredo/sora-ios-sdk-specs/releases/download/#{s.name}-#{s.version}/WebRTC.xcframework.zip" }
s.vendored_frameworks = "WebRTC.xcframework"
end

0 comments on commit a6ada15

Please sign in to comment.