Skip to content

Commit

Permalink
update podspec
Browse files Browse the repository at this point in the history
  • Loading branch information
spromicky committed Oct 10, 2020
1 parent c80b4e8 commit bb490b8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions StepSlider.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "StepSlider"
s.version = "1.7.0"
s.version = "1.8.0"
s.summary = "StepSlider its custom implementation of slider such as UISlider for preset values. Its based on drawing directly on CAShapeLayer."
s.homepage = "https://github.com/spromicky/StepSlider"
s.screenshots = "https://github.com/spromicky/StepSlider/blob/master/screenshots/example.gif?raw=true"
Expand All @@ -11,5 +11,5 @@ Pod::Spec.new do |s|
s.platform = :ios, '10.0'
s.requires_arc = true

s.source_files = 'StepSlider/source/StepSlider/*'
s.source_files = 'Sources/StepSlider/**/*'
end

0 comments on commit bb490b8

Please sign in to comment.