mirror of
https://github.com/fxm90/GradientLoadingBar.git
synced 2026-06-16 12:24:31 +00:00
♻️ :: Restructure tests
This commit is contained in:
@@ -31,7 +31,13 @@ Inspired by https://codepen.io/marcobiedermann/pen/LExXWW
|
||||
s.swift_version = '5.5'
|
||||
s.ios.deployment_target = '13.0'
|
||||
|
||||
s.source_files = 'GradientLoadingBar/**/*'
|
||||
s.source_files = 'GradientLoadingBar/Sources/**/*.swift'
|
||||
|
||||
s.test_spec 'Tests' do |test_spec|
|
||||
test_spec.requires_app_host = true
|
||||
test_spec.source_files = 'GradientLoadingBar/Tests/**/*.{swift,md}'
|
||||
test_spec.dependency 'SnapshotTesting', '~> 1.9'
|
||||
end
|
||||
|
||||
# s.resource_bundles = {
|
||||
# 'GradientLoadingBar' => ['GradientLoadingBar/Assets/*.png']
|
||||
|
||||
Reference in New Issue
Block a user