Commit 8dc2d15d authored by Honza Dvorsky's avatar Honza Dvorsky

Add .tpp header support

parent a286e377
......@@ -208,7 +208,7 @@ module Pod
file_patterns = ['Classes/*.{h,m,d}', 'Vendor']
options = {
:exclude_patterns => ['Classes/**/osx/**/*', 'Resources/**/osx/**/*'],
:dir_pattern => '*.{h,hpp,hh,m,mm,c,cpp,swift}',
:dir_pattern => '*.{h,hpp,tpp,hh,m,mm,c,cpp,swift}',
:include_dirs => false,
}
@spec.exclude_files = options[:exclude_patterns]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment