This commit is contained in:
David Roman 2023-06-03 21:49:23 +01:00
parent 95c4382161
commit a90cab7d6d
No known key found for this signature in database
GPG Key ID: 7058646EEFCB70A7
1 changed files with 1 additions and 1 deletions

View File

@ -10,7 +10,7 @@ Pod::Spec.new do |spec|
tag: spec.version
}
spec.source_files = 'Sources/**.swift'
spec.source_files = 'Sources/**/*.swift'
spec.swift_version = '5.7'
spec.ios.deployment_target = '13.0'