Skip to content

Commit

Permalink
Merge pull request #146 from gmarm/develop
Browse files Browse the repository at this point in the history
Fix podspec version
  • Loading branch information
gmarm authored Oct 21, 2020
2 parents 098a800 + 42a6fb0 commit a2b2116
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 a2b2116

Please sign in to comment.