Skip to content

Commit

Permalink
Fix link to screenshot in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
felixLam committed Aug 11, 2016
1 parent 1ad8e8a commit e9edbaf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ISHPullUp.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ ISHPullUp provides a simple UIViewControlller subclass with two child controller
View subclasses are provided to make beautiful iOS10 style designs easier. ISHPullUpHandleView provides a drag handle as seen in the notification center or Maps app with three states: up, neutral, down. ISHPullUpRoundedView (and ISHPullUpRoundedVisualEffectView) provides the perfect backing view for your bottom view controller with a hairline border, rounded top corners, and a shadow.
DESC
s.homepage = 'https://github.com/iosphere/ISHPullUp'
s.screenshots = 'https://github.com/iosphere/ISHPullUp/raw/master/screenshot.jpg'
s.screenshots = 'https://raw.githubusercontent.com/iosphere/ISHPullUp/master/SupportingFiles/screenshot.jpg'
s.license = { :type => 'MIT', :file => 'LICENSE' }
s.author = { 'Felix Lamouroux' => 'felix@iosphere.de' }
s.source = { :git => 'https://github.com/iosphere/ISHPullUp.git', :tag => s.version.to_s }
Expand Down

0 comments on commit e9edbaf

Please sign in to comment.