Skip to content

Commit

Permalink
Fixing paths..
Browse files Browse the repository at this point in the history
  • Loading branch information
xissburg committed May 17, 2012
1 parent 608130b commit af82c4b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions XBImageFilters/1.0/XBImageFilters.podspec
Expand Up @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://xissburg@github.com/xissburg/XBImageFilters.git', :tag => '1.0' }
s.source_files = 'XBImageFilters/*.{h,m}'
s.frameworks = ['OpenGLES', 'CoreVideo', 'CoreMedia', 'CoreGraphics', 'GLKit', 'QuartzCore', 'AVFoundation']
s.resources = 'XBImageFilters/Resources/*.glsl'
s.clean_paths = ['Sample', 'Images', 'XBPageCurl.xcodeproj']
s.resources = 'XBImageFilters/Resources/Shaders/*.glsl'
s.clean_paths = ['XBImageFilters/Classes/Sample', 'XBImageFilters/Resources/Images', 'XBPageCurl.xcodeproj']
s.requires_arc = true
end

0 comments on commit af82c4b

Please sign in to comment.