From 42a6fb0d63154c22dbc34de3c5569f3d51635048 Mon Sep 17 00:00:00 2001 From: George Marmaridis Date: Wed, 21 Oct 2020 12:32:02 +0200 Subject: [PATCH] Fix podspec version --- BetterSegmentedControl.podspec | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/BetterSegmentedControl.podspec b/BetterSegmentedControl.podspec index c32c116..5f40744 100644 --- a/BetterSegmentedControl.podspec +++ b/BetterSegmentedControl.podspec @@ -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 @@ -9,7 +9,7 @@ DESC s.homepage = "https://github.com/gmarm/BetterSegmentedControl" s.license = 'MIT' s.author = { "George Marmaridis" => "gmarmas@gmail.com" } -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