Navigation Menu

Skip to content

Commit

Permalink
Missing tag on the podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
gsampaio committed Jul 5, 2013
1 parent daf2030 commit 65808ec
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions FaceImageView.podspec
Expand Up @@ -5,10 +5,9 @@ Pod::Spec.new do |s|
s.summary = 'A UIImageView clone that adjusts image content to show faces.'
s.homepage = 'https://github.com/dingbat/faceimageview'
s.authors = { 'Dan Hassin' => 'danhassin@mac.com'}
s.source = { :git => 'https://github.com/dingbat/faceimageview.git'}
s.source = { :git => 'https://github.com/dingbat/faceimageview.git', :tag => '0.1.0'}
s.source_files = 'FaceImageView/FaceImageView.{h,m}'
s.requires_arc = true
s.ios.deployment_target = '5.0'
s.ios.frameworks = 'CoreGraphics', 'CoreImage', 'QuartzCore'
end

end

0 comments on commit 65808ec

Please sign in to comment.