Skip to content

Commit

Permalink
SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
noahsmartin committed Dec 28, 2023
1 parent cb81db5 commit 94603c3
Show file tree
Hide file tree
Showing 22 changed files with 23 additions and 360 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
.DS_Store
Reaper.xcframework.zip

20 changes: 20 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
// swift-tools-version:5.7.1
import PackageDescription

let package = Package(
name: "Reaper",
platforms: [
.iOS(.v13),
],
products: [
.library(
name: "Reaper",
targets: ["Reaper"]),
],
targets: [
.binaryTarget(
name: "Reaper",
url: "https://github.com/EmergeTools/Reaper/releases/download/1.1.0/Reaper.xcframework.zip",
checksum: "f0fc4ccd13e7fe755a937f203e5f4bf6144439fced650b7d693041b72759c873"),
]
)
14 changes: 0 additions & 14 deletions Reaper.podspec

This file was deleted.

40 changes: 0 additions & 40 deletions Reaper.xcframework/Info.plist

This file was deleted.

15 changes: 0 additions & 15 deletions Reaper.xcframework/ios-arm64/Reaper.framework/Headers/Reaper.h

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.

This file was deleted.

Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.

This file was deleted.

Empty file.

0 comments on commit 94603c3

Please sign in to comment.