Skip to content

Commit

Permalink
0.2.1 (#20)
Browse files Browse the repository at this point in the history
Co-authored-by: MVP Bot <bot@movingparts.io>
  • Loading branch information
robb and mvp-bot authored Mar 1, 2023
1 parent ab580a5 commit d07a88a
Showing 1 changed file with 6 additions and 4 deletions.
10 changes: 6 additions & 4 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -1,10 +1,12 @@
// swift-tools-version:5.5
// swift-tools-version:5.7
import PackageDescription

let package = Package(
name: "Pow",
platforms: [
.iOS(.v15)
.iOS(.v15),
.macCatalyst(.v15),
.macOS(.v12),
],
products: [
.library(
Expand All @@ -15,8 +17,8 @@ let package = Package(
targets: [
.binaryTarget(
name: "Pow",
url: "https://packages.movingparts.io/binaries/pow/0.2.0/Pow.xcframework.zip",
checksum: "a3b2f1b8714002631293dec6087068017e1b3744f4d462c99a5c385abcbcd600"
url: "https://packages.movingparts.io/binaries/pow/0.2.1/Pow.xcframework.zip",
checksum: "ab861b6666ad7f0915feebfff4390cb6d2b4bb03598ab64f6700f2f5a1dee84d"
),
]
)

0 comments on commit d07a88a

Please sign in to comment.