Skip to content

Commit

Permalink
spm support added
Browse files Browse the repository at this point in the history
  • Loading branch information
m.shishkina committed Jul 27, 2023
1 parent c99f84c commit fe38208
Showing 1 changed file with 24 additions and 0 deletions.
24 changes: 24 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
// swift-tools-version:5.3

import PackageDescription

let package = Package(
name: "TCSSSLPinning",
defaultLocalization: "ru",
platforms: [.iOS(.v12)],
products: [
.library(
name: "TCSSSLPinning",
targets: ["TCSSSLPinning"]
),
],
dependencies: [
.package(url: "https://github.com/datatheorem/TrustKit.git", .exact("1.6.4"))
],
targets: [
.binaryTarget(
name: "TCSSSLPinning",
path: "TCSSSLPinning.xcframework"
)
]
)

0 comments on commit fe38208

Please sign in to comment.