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 319f03b commit f0de7f0
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', 'Packages/**/Tests/**/*.{swift}'
ss.exclude_files = 'Packages/**/Node+Exports.swift', 'Packages/**/Tests/**/*.{swift}', 'Packages/**/Package.swift'
end

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

0 comments on commit f0de7f0

Please sign in to comment.