Skip to content

Commit

Permalink
FIX: Corect image urls
Browse files Browse the repository at this point in the history
  • Loading branch information
syky27 committed Apr 4, 2016
1 parent e261cc3 commit 21fcbc2
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions JSSAlertView.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -20,17 +20,17 @@ Pod::Spec.new do |s|
DESC

s.homepage = "https://github.com/openstakes/JSSAlertView"
s.screenshots = [ "https://github.com/openstakes/JSSAlertView/blob/master/screenshots/1.png",
"https://github.com/openstakes/JSSAlertView/blob/master/screenshots/2.png",
"https://github.com/openstakes/JSSAlertView/blob/master/screenshots/3.png",
"https://github.com/openstakes/JSSAlertView/blob/master/screenshots/4.png",
"https://github.com/openstakes/JSSAlertView/blob/master/screenshots/5.png",
"https://github.com/openstakes/JSSAlertView/blob/master/screenshots/6.png",
"https://github.com/openstakes/JSSAlertView/blob/master/screenshots/7.png",
"https://github.com/openstakes/JSSAlertView/blob/master/screenshots/8.png",
"https://github.com/openstakes/JSSAlertView/blob/master/screenshots/9.png",
"https://github.com/openstakes/JSSAlertView/blob/master/screenshots/10.png",
"https://github.com/openstakes/JSSAlertView/blob/master/screenshots/11.png"]
s.screenshots = [ "https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/1.png",
"https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/2.png",
"https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/3.png",
"https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/4.png",
"https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/5.png",
"https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/6.png",
"https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/7.png",
"https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/8.png",
"https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/9.png",
"https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/10.png",
"https://raw.githubusercontent.com/openstakes/JSSAlertView/master/screenshots/11.png"]
s.license = 'MIT'
s.author = { "Jay Stakelon" => "", "Tomas Sykora, jr." => "[email protected]" }
s.source = { :git => "https://github.com/openstakes/JSSAlertView.git", :tag => s.version.to_s }
Expand Down

0 comments on commit 21fcbc2

Please sign in to comment.