Skip to content

Commit 038f15e

Browse files
committed
Add test spec to podspec
1 parent fdd8143 commit 038f15e

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

BitByteData.podspec

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,4 +22,8 @@ Pod::Spec.new do |s|
2222

2323
s.source_files = 'Sources/*.swift'
2424

25+
s.test_spec 'Tests' do |test_spec|
26+
test_spec.source_files = 'Tests/BitByteDataTests/*.swift'
27+
end
28+
2529
end

0 commit comments

Comments
 (0)