Skip to content

Commit

Permalink
Changed screenshot URL to master branch
Browse files Browse the repository at this point in the history
  • Loading branch information
mikaoj committed Jul 3, 2015
1 parent eb733eb commit b7e5563
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions BSImagePicker.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -6,9 +6,9 @@ Pod::Spec.new do |s|
A mix between the native iOS 8 gallery and facebooks image picker. Allows you to preview and select multiple images.
DESC
s.homepage = "https://github.com/mikaoj/BSImagePicker"
s.screenshots = ["https://raw.githubusercontent.com/mikaoj/BSImagePicker/develop/Misc/Screenshots/select_portrait.png",
"https://raw.githubusercontent.com/mikaoj/BSImagePicker/develop/Misc/Screenshots/album_portrait.png",
"https://raw.githubusercontent.com/mikaoj/BSImagePicker/develop/Misc/Screenshots/preview_portrait.png"]
s.screenshots = ["https://raw.githubusercontent.com/mikaoj/BSImagePicker/master/Misc/Screenshots/select_portrait.png",
"https://raw.githubusercontent.com/mikaoj/BSImagePicker/master/Misc/Screenshots/album_portrait.png",
"https://raw.githubusercontent.com/mikaoj/BSImagePicker/master/Misc/Screenshots/preview_portrait.png"]
s.license = 'MIT'
s.author = { "Joakim Gyllstrom" => "[email protected]" }
s.source = { :git => "https://github.com/mikaoj/BSImagePicker.git", :tag => s.version.to_s }
Expand Down

0 comments on commit b7e5563

Please sign in to comment.