Skip to content

Commit

Permalink
Support SPM
Browse files Browse the repository at this point in the history
  • Loading branch information
OdNairy committed Jan 27, 2023
1 parent 59283b7 commit 47e8aeb
Show file tree
Hide file tree
Showing 5 changed files with 16 additions and 19 deletions.
18 changes: 0 additions & 18 deletions Fingertips.h

This file was deleted.

2 changes: 1 addition & 1 deletion Fingertips.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ Pod::Spec.new do |f|

f.platform = :ios, '5.0'

f.source_files = '*.{h,m}'
f.source_files = 'Sources/Fingertips/*.{h,m}'

f.requires_arc = true

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

let package = Package(
name: "Fingertips",
products: [
.library(name: "Fingertips", targets: ["Fingertips"]),
],
targets: [
.target(
name: "Fingertips",
dependencies: [],
publicHeadersPath: ".")
]
)
File renamed without changes.
File renamed without changes.

0 comments on commit 47e8aeb

Please sign in to comment.