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/127 .0.0/WebRTC-M127 .xcframework.zip " ,
17
- checksum: " 8a2fd917c8d7a9aecb78677beb981b7e7ce146c6dbdc5cdab94494e74d476b69 "
16
+ url: " https://github.com/stasel/WebRTC/releases/download/128 .0.0/WebRTC-M128 .xcframework.zip " ,
17
+ checksum: " 468cf792823b2d9e984bdab18311822cc42f34a905145f475ac6132b28061ff0 "
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 (" 127 .0.0" ))
43
+ .package (url : " https://github.com/stasel/WebRTC.git" , .upToNextMajor (" 128 .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 = "127 .0.0"
4
+ spec . version = "128 .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/127 .0.0/WebRTC-M127 .xcframework.zip" }
17
+ spec . source = { :http => "https://github.com/stasel/WebRTC/releases/download/128 .0.0/WebRTC-M128 .xcframework.zip" }
18
18
spec . vendored_frameworks = "WebRTC.xcframework"
19
19
20
20
end
Original file line number Diff line number Diff line change 25
25
"125.0.0" : " https://github.com/stasel/WebRTC/releases/download/125.0.0/WebRTC-M125.xcframework.zip" ,
26
26
"126.0.0" : " https://github.com/stasel/WebRTC/releases/download/126.0.0/WebRTC-M126.xcframework.zip" ,
27
27
"127.0.0" : " https://github.com/stasel/WebRTC/releases/download/127.0.0/WebRTC-M127.xcframework.zip" ,
28
+ "128.0.0" : " https://github.com/stasel/WebRTC/releases/download/128.0.0/WebRTC-M128.xcframework.zip" ,
28
29
"88.0.0" : " https://github.com/stasel/WebRTC/releases/download/88.0.0/WebRTC-M88.xcframework.zip" ,
29
30
"89.0.0" : " https://github.com/stasel/WebRTC/releases/download/89.0.0/WebRTC-M89.xcframework.zip" ,
30
31
"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