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',
|
git: 'https://github.com/wtw-software/UTMConversion.git',
|
||||||
tag: s.version
|
tag: s.version
|
||||||
}
|
}
|
||||||
s.source_files = 'UTMConversion/*.{swift,h}'
|
s.source_files = 'UTMConversion/**/*.swift'
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue