Last active
December 17, 2015 00:19
-
-
Save brynbellomy/5519963 to your computer and use it in GitHub Desktop.
This file contains hidden or 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
| 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