Skip to content

Instantly share code, notes, and snippets.

@brynbellomy
Created August 11, 2012 09:13
Show Gist options
  • Save brynbellomy/3322803 to your computer and use it in GitHub Desktop.
Save brynbellomy/3322803 to your computer and use it in GitHub Desktop.
GPUImage-edge-centauri.podspec
# september 2012
Pod::Spec.new do |s|
s.name = 'GPUImage-edge-centauri'
s.version = '0.0.1'
s.license = 'BSD'
s.platform = :ios
s.summary = 'OpenGL ES 2-based image and real-time camera filters for iOS.'
s.homepage = 'https://github.com/BradLarson/GPUImage'
s.author = { 'Brad Larson' => 'contact@sunsetlakesoftware.com' }
s.source = { :git => 'https://github.com/BradLarson/GPUImage.git', :commit => '356b09eaf1984a46d4aa8e4e0c28c92eb5f85e9c' }
s.source_files = 'framework/Source/**/*.{h,m}'
s.frameworks = ['OpenGLES', 'CoreVideo', 'CoreMedia', 'QuartzCore', 'AVFoundation']
s.requires_arc = true
s.prefix_header_contents = "#import <GPUImage/GPUImage.h>"
def s.copy_header_mapping(from)
"../GPUImage/#{from.basename}"
end
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment