Skip to content

Commit

Permalink
Use a forked repository for GPUImage. Add a 0.0.2 version that work o…
Browse files Browse the repository at this point in the history
…n latest XCode.
  • Loading branch information
siuying committed Oct 24, 2012
1 parent 3fd309d commit c366a41
Show file tree
Hide file tree
Showing 2 changed files with 15 additions and 1 deletion.
2 changes: 1 addition & 1 deletion GPUImage/0.0.1/GPUImage.podspec
Expand Up @@ -6,7 +6,7 @@ Pod::Spec.new do |s|
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 => 'd84a7020c7' }
s.source = { :git => 'https://github.com/siuying/GPUImage.git', :tag => '0.0.1' }
s.source_files = 'framework/Source/**/*.{h,m}'
s.frameworks = ['OpenGLES', 'CoreVideo', 'CoreMedia', 'QuartzCore', 'AVFoundation']

Expand Down
14 changes: 14 additions & 0 deletions GPUImage/0.0.2/GPUImage.podspec
@@ -0,0 +1,14 @@
Pod::Spec.new do |s|
s.name = 'GPUImage'
s.version = '0.0.2'
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/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

0 comments on commit c366a41

Please sign in to comment.