Skip to content

Commit

Permalink
Add clean_paths and update to the recent commit.
Browse files Browse the repository at this point in the history
  • Loading branch information
lexrus committed Mar 18, 2012
1 parent aa0a7dc commit abf27ad
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion GMGridView/0.0.1/GMGridView.podspec
Expand Up @@ -10,8 +10,9 @@ Pod::Spec.new do |s|
s.homepage = 'https://github.com/gmoledina/GMGridView'
s.author = { 'Gulam Moledina' => 'http://www.gmoledina.ca/' }
s.source = { :git => 'https://github.com/gmoledina/GMGridView.git',
:commit => 'c65fb44d51df07d748f59c4ee4426afb3e6efeb8' }
:commit => '215900fa5468992e0a2e86054f0fa53235dff726' }
s.source_files = 'GMGridView/API/*.{h,m}'
s.requires_arc = true
s.frameworks = 'QuartzCore'
s.clean_paths = 'GMGridView.xcodeproj'
end

0 comments on commit abf27ad

Please sign in to comment.