Skip to content

Commit

Permalink
[Fix] XBPageCurl: add dependency to QuartzCore
Browse files Browse the repository at this point in the history
XBCurlView.m uses the QuartzCore framework.
  • Loading branch information
pluton8 committed Apr 12, 2013
1 parent 4260a57 commit e2d0d4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion XBPageCurl/0.0.1/XBPageCurl.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
s.author = { 'xissburg' => 'https://github.com/xissburg' }
s.source = { :git => 'https://github.com/xissburg/XBPageCurl.git', :commit => 'c758ee4521b5299632db9db88bea7c6d41778ace' }
s.source_files = 'XBPageCurl/*.{h,m,c}'
s.frameworks = 'OpenGLES'
s.frameworks = 'OpenGLES', 'QuartzCore'
s.resources = 'XBPageCurl/Resources/*.glsl'

end

0 comments on commit e2d0d4e

Please sign in to comment.