Skip to content

Commit

Permalink
Merge pull request #550 from onevcat/fix/spm-tests
Browse files Browse the repository at this point in the history
Update Package.swift to exclude unnecessary things
  • Loading branch information
onevcat authored Dec 22, 2016
2 parents 09a0826 + d086f47 commit 92416a8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion Package.swift
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,6 @@
import PackageDescription

let package = Package(
name: "Kingfisher"
name: "Kingfisher",
exclude: ["Tests","Sources/AnimatedImageView.swift","Sources/UIButton+Kingfisher.swift"]
)

0 comments on commit 92416a8

Please sign in to comment.