mirror of
https://github.com/rive-app/rive-ios.git
synced 2026-01-18 17:11:28 +01:00
19 lines
600 B
Swift
19 lines
600 B
Swift
// swift-tools-version:5.10
|
|
import PackageDescription
|
|
|
|
let package = Package(
|
|
name: "RiveRuntime",
|
|
platforms: [.iOS("14.0"), .visionOS("1.0"), .tvOS("16.0"), .macOS("13.1"), .macCatalyst("14.0")],
|
|
products: [
|
|
.library(
|
|
name: "RiveRuntime",
|
|
targets: ["RiveRuntime"])],
|
|
targets: [
|
|
.binaryTarget(
|
|
name: "RiveRuntime",
|
|
url: "https://github.com/rive-app/rive-ios/releases/download/6.13.0/RiveRuntime.xcframework.zip",
|
|
checksum: "315d259487bc89297235432b28c3ec39ae5da50849cb4363587cf545b7f595fe"
|
|
)
|
|
]
|
|
)
|