Skip to content

Commit

Permalink
add SPM manifest...
Browse files Browse the repository at this point in the history
  • Loading branch information
astinz committed Jul 16, 2024
1 parent b460731 commit ec86f6b
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.3
import PackageDescription

let package = Package(
name: "AptosKit",
platforms: [
.iOS(.v14),
],
products: [
.library(name: "AptosKit", targets: ["AptosKit"])
],
targets: [
.binaryTarget(
name: "AptosKit",
url: "",
checksum:"ba2f201a463a57181508b5e8a1dcac11553d48a4fb3a123015dad0b7babf6814")
]
)

0 comments on commit ec86f6b

Please sign in to comment.