Skip to content

Instantly share code, notes, and snippets.

@brynbellomy
Last active December 17, 2015 00:19
Show Gist options
  • Select an option

  • Save brynbellomy/5519963 to your computer and use it in GitHub Desktop.

Select an option

Save brynbellomy/5519963 to your computer and use it in GitHub Desktop.
Pod::Spec.new do |s|
s.name = 'GPUImage'
s.version = '0.1.0'
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 => '15ca9cb31213952fe6c66bbadee39aa35095cbc8' }
s.source_files = 'framework/Source/*.{h,m}', 'framework/Source/iOS/*.{h,m}'
s.frameworks = ['OpenGLES', 'CoreVideo', 'CoreMedia', 'QuartzCore', 'AVFoundation']
s.requires_arc = true
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment