Skip to content

Commit

Permalink
Fixed issue with screenshot paths in podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
mwaterfall committed Jul 6, 2015
1 parent e607229 commit b118222
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions MWPhotoBrowser.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -13,12 +13,12 @@ Pod::Spec.new do |s|
or more photos using either the grid or main image view.
DESCRIPTION
s.screenshots = [
'https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Preview/MWPhotoBrowser1.png',
'https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Preview/MWPhotoBrowser2.png',
'https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Preview/MWPhotoBrowser3.png',
'https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Preview/MWPhotoBrowser4.png',
'https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Preview/MWPhotoBrowser5.png',
'https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Preview/MWPhotoBrowser6.png'
'https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Screenshots/MWPhotoBrowser1.png',
'https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Screenshots/MWPhotoBrowser2.png',
'https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Screenshots/MWPhotoBrowser3.png',
'https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Screenshots/MWPhotoBrowser4.png',
'https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Screenshots/MWPhotoBrowser5.png',
'https://raw.github.com/mwaterfall/MWPhotoBrowser/master/Screenshots/MWPhotoBrowser6.png'
]

s.homepage = 'https://github.com/mwaterfall/MWPhotoBrowser'
Expand Down

0 comments on commit b118222

Please sign in to comment.