Skip to content

Commit 1048f83

Browse files
github-actions[bot]Anka
and
Anka
authored
Updated files for release M130 (#106)
Co-authored-by: Anka <[email protected]>
1 parent c7670a5 commit 1048f83

File tree

4 files changed

+6
-5
lines changed

4 files changed

+6
-5
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,8 @@ let package = Package(
1313
targets: [
1414
.binaryTarget(
1515
name: "WebRTC",
16-
url: "https://github.com/stasel/WebRTC/releases/download/129.0.0/WebRTC-M129.xcframework.zip",
17-
checksum: "2e93f0fca76095909399540766cc1382d687646231e530ecb40b8e1ba275f2b9"
16+
url: "https://github.com/stasel/WebRTC/releases/download/130.0.0/WebRTC-M130.xcframework.zip",
17+
checksum: "3b09833ae2b3aaa3755dc21f194dcba7564cf26de6af04876e2737c4927a8703"
1818
),
1919
]
2020
)

README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ Xcode has a built-in support for Swift package manager. You can easily add the p
4040
Or, you can add the following dependency to your `Package.swift` file:
4141
```swift
4242
dependencies: [
43-
.package(url: "https://github.com/stasel/WebRTC.git", .upToNextMajor("129.0.0"))
43+
.package(url: "https://github.com/stasel/WebRTC.git", .upToNextMajor("130.0.0"))
4444
]
4545
```
4646

WebRTC-lib.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
Pod::Spec.new do |spec|
22

33
spec.name = "WebRTC-lib"
4-
spec.version = "129.0.0"
4+
spec.version = "130.0.0"
55
spec.summary = "Unofficial distribution of WebRTC framework binaries for iOS. "
66
spec.description = <<-DESC
77
This pod contains unofficial distribution of WebRTC framework binaries for iOS.
@@ -14,7 +14,7 @@ Pod::Spec.new do |spec|
1414
spec.ios.deployment_target = '12.0'
1515
spec.osx.deployment_target = '10.11'
1616

17-
spec.source = { :http => "https://github.com/stasel/WebRTC/releases/download/129.0.0/WebRTC-M129.xcframework.zip" }
17+
spec.source = { :http => "https://github.com/stasel/WebRTC/releases/download/130.0.0/WebRTC-M130.xcframework.zip" }
1818
spec.vendored_frameworks = "WebRTC.xcframework"
1919

2020
end

WebRTC.json

+1
Original file line numberDiff line numberDiff line change
@@ -27,6 +27,7 @@
2727
"127.0.0": "https://github.com/stasel/WebRTC/releases/download/127.0.0/WebRTC-M127.xcframework.zip",
2828
"128.0.0": "https://github.com/stasel/WebRTC/releases/download/128.0.0/WebRTC-M128.xcframework.zip",
2929
"129.0.0": "https://github.com/stasel/WebRTC/releases/download/129.0.0/WebRTC-M129.xcframework.zip",
30+
"130.0.0": "https://github.com/stasel/WebRTC/releases/download/130.0.0/WebRTC-M130.xcframework.zip",
3031
"88.0.0": "https://github.com/stasel/WebRTC/releases/download/88.0.0/WebRTC-M88.xcframework.zip",
3132
"89.0.0": "https://github.com/stasel/WebRTC/releases/download/89.0.0/WebRTC-M89.xcframework.zip",
3233
"90.0.0": "https://github.com/stasel/WebRTC/releases/download/90.0.0/WebRTC-M90.xcframework.zip",

0 commit comments

Comments
 (0)