Skip to content

Commit

Permalink
iOS SDK Release 1.4.52
Browse files Browse the repository at this point in the history
  • Loading branch information
infobip-ci committed Apr 25, 2022
1 parent 771322f commit c581731
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
// swift-tools-version:5.2
import PackageDescription

let package = Package(
name: "InfobipRTC",
products: [
.library(name: "InfobipRTC", targets: ["InfobipRTC"])
],
targets: [
.binaryTarget(
name: "InfobipRTC",
url: "https://rtc.cdn.infobip.com/ios/1.4.52/InfobipRTC.xcframework.zip",
checksum: "323fc9c8c59f81b920337e42983e3f7f3b8586d9a32642fbd56fd0b57a94ae69"
)
]
)

EOF

0 comments on commit c581731

Please sign in to comment.