Skip to content
This repository has been archived by the owner on Oct 25, 2024. It is now read-only.

Commit

Permalink
Add files via upload
Browse files Browse the repository at this point in the history
  • Loading branch information
fceldeiro authored Jun 22, 2023
0 parents commit 23ee69e
Showing 1 changed file with 29 additions and 0 deletions.
29 changes: 29 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,29 @@
// swift-tools-version: 5.7
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "PagerKit",
platforms: [
.iOS("13.0")
],
products: [
.library(
name: "PagerKit",
targets: ["PagerKit"]),
],
dependencies: [
// Dependencies declare other packages that this package depends on.
.package(url: "https://github.com/twilio/twilio-video-ios.git", from: "5.1.1")
],
targets: [
// Targets are the basic building blocks of a package. A target can define a module or a test suite.
// Targets can depend on other targets in this package, and on products in packages this package depends on.
.binaryTarget(
name: "PagerKit",
url: "https://pagerinc.jfrog.io/artifactory/swift-release-local/pager/PagerKit/PagerKit-3.16.3.zip",
checksum: "e42079b0d97f980d8217b8893865f7d3ce8d91eae44eaca3ca822906751fdb7d"
),
]
)

0 comments on commit 23ee69e

Please sign in to comment.