Skip to content

Commit

Permalink
Added SPM Support
Browse files Browse the repository at this point in the history
Signed-off-by: Mohammad Porooshani <[email protected]>
  • Loading branch information
mohpor committed Jan 20, 2020
1 parent 1fc9118 commit 6f7496d
Showing 1 changed file with 16 additions and 0 deletions.
16 changes: 16 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,16 @@
// swift-tools-version:5.0
import PackageDescription

let package = Package(
name: "CollectionViewCenteredFlowLayout",
products: [
.library(name: "CollectionViewCenteredFlowLayout", targets: ["CollectionViewCenteredFlowLayout"])
],
targets: [
.target(
name: "CollectionViewCenteredFlowLayout",
path: "CollectionViewCenteredFlowLayout"
)
],
swiftLanguageVersions: [.v5]
)

0 comments on commit 6f7496d

Please sign in to comment.