Skip to content

Commit

Permalink
Merge pull request #9 from Sam-Spencer/patch-1
Browse files Browse the repository at this point in the history
Swift Package Manager Support
  • Loading branch information
rwbutler committed Nov 6, 2019
2 parents be478a8 + 0b1fcc2 commit e6acde8
Showing 1 changed file with 13 additions and 0 deletions.
13 changes: 13 additions & 0 deletions Package.swift
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
// swift-tools-version:5.0
import PackageDescription

let package = Package(
name: "AnimatedGradientView",
platforms: [.iOS(.v8)],
products: [
.library(name: "AnimatedGradientView", targets: ["AnimatedGradientView"])
],
targets: [
.target(name: "AnimatedGradientView", path: "AnimatedGradientView/Classes"),
]
)

0 comments on commit e6acde8

Please sign in to comment.