File tree Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Expand file tree Collapse file tree 4 files changed +7
-6
lines changed Original file line number Diff line number Diff 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/133 .0.0/WebRTC-M133 .xcframework.zip " ,
17- checksum: " 47036116bb0478613adc003c6b6a2df6ed3339c63037543ffa89a5dd90d6a313 "
16+ url: " https://github.com/stasel/WebRTC/releases/download/134 .0.0/WebRTC-M134 .xcframework.zip " ,
17+ checksum: " c714c65f5405b38762f94208b0ee2e9fdc3bb4ba5c503fedf52944a73fe179d8 "
1818 ) ,
1919 ]
2020)
Original file line number Diff line number Diff line change @@ -42,7 +42,7 @@ Xcode has a built-in support for Swift package manager. You can easily add the p
4242Or, you can add the following dependency to your ` Package.swift ` file:
4343``` swift
4444dependencies: [
45- .package (url : " https://github.com/stasel/WebRTC.git" , .upToNextMajor (" 133 .0.0" ))
45+ .package (url : " https://github.com/stasel/WebRTC.git" , .upToNextMajor (" 134 .0.0" ))
4646]
4747```
4848
Original file line number Diff line number Diff line change 11Pod ::Spec . new do |spec |
22
33 spec . name = "WebRTC-lib"
4- spec . version = "133 .0.0"
4+ spec . version = "134 .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/133 .0.0/WebRTC-M133 .xcframework.zip" }
17+ spec . source = { :http => "https://github.com/stasel/WebRTC/releases/download/134 .0.0/WebRTC-M134 .xcframework.zip" }
1818 spec . vendored_frameworks = "WebRTC.xcframework"
1919
2020end
Original file line number Diff line number Diff line change 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" ,
3030 "130.0.0" : " https://github.com/stasel/WebRTC/releases/download/130.0.0/WebRTC-M130.xcframework.zip" ,
31- "133.0.0" : " https://github.com/stasel/WebRTC/releases/download/133.0.0/WebRTC-M133.xcframework.zip" ,
3231 "131.0.0" : " https://github.com/stasel/WebRTC/releases/download/131.0.0/WebRTC-M131.xcframework.zip" ,
3332 "132.0.0" : " https://github.com/stasel/WebRTC/releases/download/132.0.0/WebRTC-M132.xcframework.zip" ,
33+ "133.0.0" : " https://github.com/stasel/WebRTC/releases/download/133.0.0/WebRTC-M133.xcframework.zip" ,
34+ "134.0.0" : " https://github.com/stasel/WebRTC/releases/download/134.0.0/WebRTC-M134.xcframework.zip" ,
3435 "88.0.0" : " https://github.com/stasel/WebRTC/releases/download/88.0.0/WebRTC-M88.xcframework.zip" ,
3536 "89.0.0" : " https://github.com/stasel/WebRTC/releases/download/89.0.0/WebRTC-M89.xcframework.zip" ,
3637 "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