Skip to content

Commit 814979a

Browse files
committed
comment out test spec
1 parent 7fdece9 commit 814979a

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

ZippyJSON.podspec

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -36,9 +36,10 @@ TODO: Add long description of the pod here.
3636
s.dependency 'JJLISO8601DateFormatter', '~> 0.1.2'
3737
s.swift_version = '5.0'
3838

39-
s.test_spec 'Tests' do |test_spec|
40-
test_spec.requires_app_host = true
41-
test_spec.source_files = 'Tests/**/*.{swift,h,m}'
42-
test_spec.resources = 'Tests/**/*.json'
43-
end
39+
# todo: put this back in once the cocoapod bugs around it get resolved
40+
#s.test_spec 'Tests' do |test_spec|
41+
#test_spec.requires_app_host = true
42+
#test_spec.source_files = 'Tests/**/*.{swift,h,m}'
43+
#test_spec.resources = 'Tests/**/*.json'
44+
#end
4445
end

0 commit comments

Comments
 (0)