diff --git a/Package.swift b/Package.swift index fa175351f4..5084989994 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/152.0.0/WebRTC-M152.xcframework.zip", + checksum: "bbbe0673e7da59a2bb3951babec7b7bd23b03b977fbdd08dd4f2ea7bfd0cc5d1" ), ] ) diff --git a/README.md b/README.md index be217fb39f..9451dd41b6 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("152.0.0")) ] ``` diff --git a/WebRTC-lib.podspec b/WebRTC-lib.podspec index 31d30f86d1..94a1e51a19 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 = "152.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/152.0.0/WebRTC-M152.xcframework.zip" } spec.vendored_frameworks = "WebRTC.xcframework" end diff --git a/WebRTC.json b/WebRTC.json index 8a447dba0a..05492cf7de 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", + "152.0.0": "https://github.com/HumanInterfaceDesign/WebRTC/releases/download/152.0.0/WebRTC-M152.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",