Skip to content

Commit b4a1ffa

Browse files
committed
Fixes broken pod build and ignores the header file on macs BradLarson#2591
1 parent 86f2f32 commit b4a1ffa

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

GPUImage.podspec

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ Pod::Spec.new do |s|
1818

1919
s.osx.deployment_target = '10.6'
2020
s.osx.exclude_files = 'framework/Source/iOS',
21+
'framework/Source/GPUImage.h',
2122
'framework/Source/GPUImageFilterPipeline.*',
2223
'framework/Source/GPUImageMovieComposition.*',
2324
'framework/Source/GPUImageVideoCamera.*',

0 commit comments

Comments
 (0)