Files
JBChartView/GPUImage@siuying/0.0.2/GPUImage.podspec
T
Francis Chong fd504bd4eb Add a versioned GPUImage fork
- Revert the change to the GPUImage pod.
- Add a forked GPUImage@siuying that use a forked versioned repo

see #626
2012-10-24 19:16:02 +08:00

16 lines
652 B
Ruby

Pod::Spec.new do |s|
s.name = 'GPUImage@siuying'
s.version = '0.0.2'
s.license = 'BSD'
s.platform = :ios
s.summary = 'Versioned fork of GPUImage.'
s.description = 'Versioned fork of GPUImage. 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/siuying/GPUImage.git', :tag => '0.0.2' }
s.source_files = 'framework/Source/**/*.{h,m}'
s.frameworks = ['OpenGLES', 'CoreVideo', 'CoreMedia', 'QuartzCore', 'AVFoundation']
s.requires_arc = true
end