diff --git a/Package.swift b/Package.swift index fa175351f4..384e967f5a 100644 --- a/Package.swift +++ b/Package.swift @@ -13,8 +13,8 @@ let package = Package( targets: [ .binaryTarget( name: "WebRTC", - url: "https://github.com/HumanInterfaceDesign/WebRTC/releases/download/149.0.0/WebRTC-M149.xcframework.zip", - checksum: "c921d90702ff358d27c6c62965b9617b047ed3620a3a137f30a31e2967eea46c" + url: "https://github.com/HumanInterfaceDesign/WebRTC/releases/download/151.0.0/WebRTC-M151.xcframework.zip", + checksum: "a1c3f8af83f38f4c30f807451ae64cbff41c04db6afae485bc6e8a07777a36e9" ), ] ) diff --git a/README.md b/README.md index be217fb39f..8987d416df 100644 --- a/README.md +++ b/README.md @@ -43,7 +43,7 @@ Xcode has a built-in support for Swift package manager. You can easily add the p Or, you can add the following dependency to your `Package.swift` file: ```swift dependencies: [ - .package(url: "https://github.com/HumanInterfaceDesign/WebRTC", .upToNextMajor("149.0.0")) + .package(url: "https://github.com/HumanInterfaceDesign/WebRTC", .upToNextMajor("151.0.0")) ] ``` diff --git a/WebRTC-lib.podspec b/WebRTC-lib.podspec index 31d30f86d1..c811610a4f 100644 --- a/WebRTC-lib.podspec +++ b/WebRTC-lib.podspec @@ -1,7 +1,7 @@ Pod::Spec.new do |spec| spec.name = "WebRTC-lib" - spec.version = "149.0.0" + spec.version = "151.0.0" spec.summary = " A community-driven distribution of up to date WebRTC framework binaries for iOS and macOS." spec.description = <<-DESC This pod contains community-driven distribution of WebRTC framework binaries for iOS and macOS. @@ -14,7 +14,7 @@ Pod::Spec.new do |spec| spec.ios.deployment_target = '12.0' spec.osx.deployment_target = '10.11' - spec.source = { :http => "https://github.com/HumanInterfaceDesign/WebRTC/releases/download/149.0.0/WebRTC-M149.xcframework.zip" } + spec.source = { :http => "https://github.com/HumanInterfaceDesign/WebRTC/releases/download/151.0.0/WebRTC-M151.xcframework.zip" } spec.vendored_frameworks = "WebRTC.xcframework" end diff --git a/WebRTC.json b/WebRTC.json index 8a447dba0a..fefe29c08f 100644 --- a/WebRTC.json +++ b/WebRTC.json @@ -43,6 +43,7 @@ "147.0.0": "https://github.com/stasel/WebRTC/releases/download/147.0.0/WebRTC-M147.xcframework.zip", "148.0.0": "https://github.com/HumanInterfaceDesign/WebRTC/releases/download/148.0.0/WebRTC-M148.xcframework.zip", "149.0.0": "https://github.com/HumanInterfaceDesign/WebRTC/releases/download/149.0.0/WebRTC-M149.xcframework.zip", + "151.0.0": "https://github.com/HumanInterfaceDesign/WebRTC/releases/download/151.0.0/WebRTC-M151.xcframework.zip", "88.0.0": "https://github.com/stasel/WebRTC/releases/download/88.0.0/WebRTC-M88.xcframework.zip", "89.0.0": "https://github.com/stasel/WebRTC/releases/download/89.0.0/WebRTC-M89.xcframework.zip", "90.0.0": "https://github.com/stasel/WebRTC/releases/download/90.0.0/WebRTC-M90.xcframework.zip",