Skip to content

Commit

Permalink
spec
Browse files Browse the repository at this point in the history
  • Loading branch information
loganwright committed Sep 14, 2016
1 parent d185008 commit 319f03b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Genome.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ Pod::Spec.new do |spec|

spec.subspec "Packages" do |ss|
ss.source_files = "Packages/**/*.{swift}"
ss.exclude_files = 'Packages/**/Node+Exports.swift'
ss.exclude_files = 'Packages/**/Node+Exports.swift', 'Packages/**/Tests/**/*.{swift}'
end

spec.subspec "Foundation" do |ss|
Expand Down

0 comments on commit 319f03b

Please sign in to comment.