Skip to content

Commit

Permalink
Fix podspec version
Browse files Browse the repository at this point in the history
  • Loading branch information
gmarm committed Oct 21, 2020
1 parent 098a800 commit 42a6fb0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions BetterSegmentedControl.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "BetterSegmentedControl"
s.version = "2.0.0"
s.version = "2.0.1"
s.swift_version = "5.1"
s.summary = "An easy to use, customizable replacement for UISegmentedControl & UISwitch."
s.description = <<-DESC
Expand All @@ -9,7 +9,7 @@ DESC
s.homepage = "https://github.com/gmarm/BetterSegmentedControl"
s.license = 'MIT'
s.author = { "George Marmaridis" => "[email protected]" }
s.source = { :git => "https://github.com/gmarm/BetterSegmentedControl.git", :tag => "2.0.0" }
s.source = { :git => "https://github.com/gmarm/BetterSegmentedControl.git", :tag => "2.0.1" }
s.social_media_url = 'https://twitter.com/gmarmas'
s.platform = :ios, '9.0'
s.requires_arc = true
Expand Down

0 comments on commit 42a6fb0

Please sign in to comment.