Skip to content

Commit

Permalink
0.0.19
Browse files Browse the repository at this point in the history
  • Loading branch information
MarkinGlebBanuba committed Sep 15, 2021
1 parent 7a4d001 commit 2d5fbeb
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,17 @@
// swift-tools-version:5.3
import PackageDescription
let package = Package(
name: "BanubaARCloudSDK",
platforms: [
.iOS(.v11)
],
products: [
.library(
name: "BanubaARCloudSDK",
targets: ["BanubaARCloudSDK"])
],
targets: [
.binaryTarget(
name: "BanubaARCloudSDK",
path: "BanubaARCloudSDK.xcframework")
])

0 comments on commit 2d5fbeb

Please sign in to comment.