Created
August 11, 2012 09:13
-
-
Save brynbellomy/3322803 to your computer and use it in GitHub Desktop.
GPUImage-edge-centauri.podspec
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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' => '[email protected]' } | |
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