Skip to content

Commit 154f071

Browse files
authored
Merge pull request #102 from gzerad/feature/1.16.2Release
Update room models SDK to 1.13.2
2 parents 4b9de7a + c37514f commit 154f071

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Package.swift

+2-2
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ let package = Package(
1414
],
1515
dependencies: [
1616
// Dependencies declare other packages that this package depends on.
17-
.package(url: "https://github.com/100mslive/100ms-roomkit-models-ios", from: "1.13.1"),
17+
.package(url: "https://github.com/100mslive/100ms-roomkit-models-ios", from: "1.13.2"),
1818
.package(url: "https://github.com/100mslive/Popovers", from: "1.0.0"),
1919
.package(url: "https://github.com/airbnb/lottie-spm.git", from: "4.3.0"),
2020
.package(url: "https://github.com/100mslive/100ms-noise-cancellation-models-ios", from: "1.0.0"),
@@ -31,7 +31,7 @@ let package = Package(
3131
.product(name: "HMSAnalyticsSDK", package: "100ms-roomkit-models-ios"),
3232
.product(name: "HMSHLSPlayerSDK", package: "100ms-roomkit-models-ios"),
3333
.product(name: "HMSBroadcastExtensionSDK", package: "100ms-roomkit-models-ios"),
34-
.product(name: "WebRTC", package: "100ms-roomkit-models-ios"),
34+
.product(name: "HMSWebRTC", package: "100ms-roomkit-models-ios"),
3535
.product(name: "Lottie", package: "lottie-spm"),
3636
.product(name: "HMSNoiseCancellationModels", package: "100ms-noise-cancellation-models-ios")
3737
],

0 commit comments

Comments
 (0)