Skip to content

Commit

Permalink
Added SPM support
Browse files Browse the repository at this point in the history
  • Loading branch information
Semen Osipov committed Oct 25, 2023
1 parent e8ec090 commit 73d8ecd
Show file tree
Hide file tree
Showing 3 changed files with 23 additions and 0 deletions.
1 change: 1 addition & 0 deletions KAProgressLabel/include/KAProgressLabel.h
1 change: 1 addition & 0 deletions KAProgressLabel/include/TPPropertyAnimation.h
21 changes: 21 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
// swift-tools-version: 5.9
// The swift-tools-version declares the minimum version of Swift required to build this package.

import PackageDescription

let package = Package(
name: "KAProgressLabel",
products: [
// Products define the executables and libraries a package produces, making them visible to other packages.
.library(
name: "KAProgressLabel",
targets: ["KAProgressLabel"])
],
targets: [
// Targets are the basic building blocks of a package, defining a module or a test suite.
// Targets can depend on other targets in this package and products from dependencies.
.target(
name: "KAProgressLabel",
path: "KAProgressLabel")
]
)

0 comments on commit 73d8ecd

Please sign in to comment.