We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7fdece9 commit 814979aCopy full SHA for 814979a
ZippyJSON.podspec
@@ -36,9 +36,10 @@ TODO: Add long description of the pod here.
36
s.dependency 'JJLISO8601DateFormatter', '~> 0.1.2'
37
s.swift_version = '5.0'
38
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
+ # todo: put this back in once the cocoapod bugs around it get resolved
+ #s.test_spec 'Tests' do |test_spec|
+ #test_spec.requires_app_host = true
+ #test_spec.source_files = 'Tests/**/*.{swift,h,m}'
+ #test_spec.resources = 'Tests/**/*.json'
44
+ #end
45
end
0 commit comments