Skip to content

Commit

Permalink
Add missing iOS frameworks that were deleted by #1402
Browse files Browse the repository at this point in the history
`CoreVideo` doesn't seem to be really needed by looking at GPUImage imports.
  • Loading branch information
利辺羅エルネスト committed Mar 27, 2014
1 parent f90592b commit 6958c2b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions GPUImage.podspec
Expand Up @@ -14,6 +14,7 @@ Pod::Spec.new do |s|

s.ios.deployment_target = '5.0'
s.ios.exclude_files = 'framework/Source/Mac'
s.ios.frameworks = ['OpenGLES', 'CoreMedia', 'QuartzCore', 'AVFoundation']

s.osx.deployment_target = '10.6'
s.osx.exclude_files = 'framework/Source/iOS',
Expand Down

0 comments on commit 6958c2b

Please sign in to comment.