Remove header file from .podspec

This commit is contained in:
Peter Ringset 2019-06-03 18:27:40 +02:00
parent d7fee8804b
commit 4b9fe243e6
1 changed files with 1 additions and 1 deletions

View File

@ -21,5 +21,5 @@ Pod::Spec.new do |s|
git: 'https://github.com/wtw-software/UTMConversion.git',
tag: s.version
}
s.source_files = 'UTMConversion/*.{swift,h}'
s.source_files = 'UTMConversion/**/*.swift'
end