Skip to content

Commit

Permalink
Update Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
fortesdev authored Mar 10, 2023
1 parent 43d525a commit ba51405
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ let package = Package(
.library(
name: "MobileMessagingWithRTC",
targets: ["MobileMessagingRTCWrapper"]),
.library(
name: "MobileMessagingRTC",
targets: ["MobileMessagingRTC"]),
],
dependencies: [
.package(url: "https://github.com/infobip/infobip-rtc-ios.git", from: "1.7.0")
Expand Down

0 comments on commit ba51405

Please sign in to comment.