Skip to content
This repository has been archived by the owner on Jan 1, 2023. It is now read-only.

Commit

Permalink
Merge pull request #73 from interstateone/spm
Browse files Browse the repository at this point in the history
Update Package.swift for Xcode 11 support
  • Loading branch information
jathu authored Sep 15, 2019
2 parents d717c4d + 4dc8403 commit e49e6c3
Show file tree
Hide file tree
Showing 2 changed files with 10 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -3,3 +3,4 @@
**/xcuserdata
*.pbxuser
*.mode1v3
.swiftpm
10 changes: 9 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
@@ -1,5 +1,13 @@
// swift-tools-version:5.0

import PackageDescription

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

0 comments on commit e49e6c3

Please sign in to comment.