Skip to content

Commit a2b2116

Browse files
authored
Merge pull request #146 from gmarm/develop
Fix podspec version
2 parents 098a800 + 42a6fb0 commit a2b2116

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

BetterSegmentedControl.podspec

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "BetterSegmentedControl"
3-
s.version = "2.0.0"
3+
s.version = "2.0.1"
44
s.swift_version = "5.1"
55
s.summary = "An easy to use, customizable replacement for UISegmentedControl & UISwitch."
66
s.description = <<-DESC
@@ -9,7 +9,7 @@ DESC
99
s.homepage = "https://github.com/gmarm/BetterSegmentedControl"
1010
s.license = 'MIT'
1111
s.author = { "George Marmaridis" => "[email protected]" }
12-
s.source = { :git => "https://github.com/gmarm/BetterSegmentedControl.git", :tag => "2.0.0" }
12+
s.source = { :git => "https://github.com/gmarm/BetterSegmentedControl.git", :tag => "2.0.1" }
1313
s.social_media_url = 'https://twitter.com/gmarmas'
1414
s.platform = :ios, '9.0'
1515
s.requires_arc = true

0 commit comments

Comments
 (0)