Skip to content

Commit

Permalink
added Package.swift
Browse files Browse the repository at this point in the history
  • Loading branch information
FlorianAtNacamar committed Sep 6, 2021
1 parent 2a46eae commit bed9003
Showing 1 changed file with 26 additions and 0 deletions.
26 changes: 26 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
// swift-tools-version:5.3
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let version = "0.8.0"
let package = Package(
name: "YbridOgg",
platforms: [
.macOS(.v10_10), .iOS(.v9)
],
products: [
.library(
name: "YbridOgg",
targets: ["YbridOgg"]),
],
dependencies: [
],
targets: [
.binaryTarget(
name: "YbridOgg",
url: "https://github.com/ybrid/ogg-swift/releases/download/"+version+"/YbridOgg.xcframework.zip",
checksum: "871547dc18a2c7257dc9711203afa523117c845cc73fc49b0e1fc7d32667f543"
)
]
)

0 comments on commit bed9003

Please sign in to comment.