Skip to content

Commit

Permalink
Fixed podspec screenshot 🐛
Browse files Browse the repository at this point in the history
  • Loading branch information
chicio committed Mar 4, 2021
1 parent 08ce05c commit 8d2041c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RangeUISlider.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ Pod::Spec.new do |s|
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.
DESC
s.homepage = "https://github.com/chicio/RangeUISlider"
s.screenshots = "https://raw.githubusercontent.com/chicio/RangeUISlider/master/Screenshots/01-mixed.png"
s.screenshots = "https://raw.githubusercontent.com/chicio/RangeUISlider/master/Screenshots/rangeuislider-example.png"
s.license = { :type => "MIT", :file => "LICENSE.md" }
s.author = { "chicio" => "[email protected]" }
s.social_media_url = "https://github.com/chicio"
Expand Down

0 comments on commit 8d2041c

Please sign in to comment.