Skip to content

Commit

Permalink
Package.swift for 0.0.11
Browse files Browse the repository at this point in the history
  • Loading branch information
mvp-bot committed Aug 11, 2022
1 parent db9b974 commit 9d28658
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -2,21 +2,21 @@
import PackageDescription

let package = Package(
name: "Transitions",
name: "Pow",
platforms: [
.iOS(.v15)
],
products: [
.library(
name: "Transitions",
targets: ["Transitions"]),
name: "Pow",
targets: ["Pow"]),
],
dependencies: [],
targets: [
.binaryTarget(
name: "Transitions",
url: "https://packages.movingparts.io/binaries/transitions/0.0.10/Transitions.xcframework.zip",
checksum: "1c12f798dffe2a801c61345bb188eeadb5ff90489dd05c6bd7fcdf9f48d99e1f"
name: "Pow",
url: "https://packages.movingparts.io/binaries/pow/0.0.11/Pow.xcframework.zip",
checksum: "db7f9e15e8f083c9434697f36b1aa3950f11118df36f97106f30c051c0d71ea6"
),
]
)

0 comments on commit 9d28658

Please sign in to comment.