diff --git a/ISHPullUp.podspec b/ISHPullUp.podspec index 9dc2eaf..d1e38bf 100644 --- a/ISHPullUp.podspec +++ b/ISHPullUp.podspec @@ -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 }