We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent fdd8143 commit 038f15eCopy full SHA for 038f15e
1 file changed
BitByteData.podspec
@@ -22,4 +22,8 @@ Pod::Spec.new do |s|
22
23
s.source_files = 'Sources/*.swift'
24
25
+ s.test_spec 'Tests' do |test_spec|
26
+ test_spec.source_files = 'Tests/BitByteDataTests/*.swift'
27
+ end
28
+
29
end
0 commit comments