BradLarson / GPUImage

An open source iOS framework for GPU-based image and video processing
http://www.sunsetlakesoftware.com/2012/02/12/introducing-gpuimage-framework
BSD 3-Clause "New" or "Revised" License
20.24k stars 4.61k forks source link

Fixes broken pod build and ignores the header file on macs #2591

Open levinunnink opened 6 years ago

levinunnink commented 6 years ago

This fixes a build error for Mac users. The pod was trying to output both GPUImage.h and it caused a workspace error. Updating the podspec to ignore the iOS GPUImage.h file fixes the build.