File tree 4 files changed +6
-5
lines changed
4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -13,8 +13,8 @@ let package = Package(
13
13
targets: [
14
14
. binaryTarget(
15
15
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 "
18
18
) ,
19
19
]
20
20
)
Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ Xcode has a built-in support for Swift package manager. You can easily add the p
40
40
Or, you can add the following dependency to your ` Package.swift ` file:
41
41
``` swift
42
42
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" ))
44
44
]
45
45
```
46
46
Original file line number Diff line number Diff line change 1
1
Pod ::Spec . new do |spec |
2
2
3
3
spec . name = "WebRTC-lib"
4
- spec . version = "129 .0.0"
4
+ spec . version = "130 .0.0"
5
5
spec . summary = "Unofficial distribution of WebRTC framework binaries for iOS. "
6
6
spec . description = <<-DESC
7
7
This pod contains unofficial distribution of WebRTC framework binaries for iOS.
@@ -14,7 +14,7 @@ Pod::Spec.new do |spec|
14
14
spec . ios . deployment_target = '12.0'
15
15
spec . osx . deployment_target = '10.11'
16
16
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" }
18
18
spec . vendored_frameworks = "WebRTC.xcframework"
19
19
20
20
end
Original file line number Diff line number Diff line change 27
27
"127.0.0" : " https://github.com/stasel/WebRTC/releases/download/127.0.0/WebRTC-M127.xcframework.zip" ,
28
28
"128.0.0" : " https://github.com/stasel/WebRTC/releases/download/128.0.0/WebRTC-M128.xcframework.zip" ,
29
29
"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" ,
30
31
"88.0.0" : " https://github.com/stasel/WebRTC/releases/download/88.0.0/WebRTC-M88.xcframework.zip" ,
31
32
"89.0.0" : " https://github.com/stasel/WebRTC/releases/download/89.0.0/WebRTC-M89.xcframework.zip" ,
32
33
"90.0.0" : " https://github.com/stasel/WebRTC/releases/download/90.0.0/WebRTC-M90.xcframework.zip" ,
You can’t perform that action at this time.
0 commit comments