Remove header file from .podspec
This commit is contained in:
parent
d7fee8804b
commit
4b9fe243e6
|
@ -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
|
||||
|
|
Loading…
Reference in New Issue