forked from crow-misia/libwebrtc-bin
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
1 parent
612b6cc
commit d04e3d6
Showing
2 changed files
with
3 additions
and
3 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,14 +1,14 @@ | ||
Pod::Spec.new do |spec| | ||
spec.name = "instrumentisto-libwebrtc-bin" | ||
spec.version = "129.0.6668.58" | ||
spec.version = "129.0.6668.70" | ||
spec.summary = "Pre-compiled `libwebrtc` library for Darwin used by Medea Flutter-WebRTC." | ||
|
||
spec.homepage = "https://github.com/instrumentisto/libwebrtc-bin" | ||
spec.license = { :type => 'BSD', :file => 'WebRTC.xcframework/LICENSE.md' } | ||
spec.author = { 'Instrumentisto Team' => '[email protected]' } | ||
spec.ios.deployment_target = '10.0' | ||
|
||
spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/129.0.6668.58/libwebrtc-ios.zip" } | ||
spec.source = { :http => "https://github.com/instrumentisto/libwebrtc-bin/releases/download/129.0.6668.70/libwebrtc-ios.zip" } | ||
spec.vendored_frameworks = "WebRTC.xcframework" | ||
|
||
spec.pod_target_xcconfig = { | ||
|