Skip to content

Commit 8d2041c

Browse files
committed
Fixed podspec screenshot 🐛
1 parent 08ce05c commit 8d2041c

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

RangeUISlider.podspec

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ Pod::Spec.new do |s|
88
An iOS range selection slider compatible with UIKit and SwiftUI. Developed using autolayout and highly customizable using IBDesignabled and IBInspectable or programmatically. It support also RTL (right to left) languages automatically out of the box.
99
DESC
1010
s.homepage = "https://github.com/chicio/RangeUISlider"
11-
s.screenshots = "https://raw.githubusercontent.com/chicio/RangeUISlider/master/Screenshots/01-mixed.png"
11+
s.screenshots = "https://raw.githubusercontent.com/chicio/RangeUISlider/master/Screenshots/rangeuislider-example.png"
1212
s.license = { :type => "MIT", :file => "LICENSE.md" }
1313
s.author = { "chicio" => "fabrizio.duroni@gmail.com" }
1414
s.social_media_url = "https://github.com/chicio"

0 commit comments

Comments
 (0)