diff --git a/TTSegmentedControl.playground/playground.xcworkspace/xcuserdata/efraimbudusan.xcuserdatad/UserInterfaceState.xcuserstate b/TTSegmentedControl.playground/playground.xcworkspace/xcuserdata/efraimbudusan.xcuserdatad/UserInterfaceState.xcuserstate index 6b0e92b..f1f78de 100644 Binary files a/TTSegmentedControl.playground/playground.xcworkspace/xcuserdata/efraimbudusan.xcuserdatad/UserInterfaceState.xcuserstate and b/TTSegmentedControl.playground/playground.xcworkspace/xcuserdata/efraimbudusan.xcuserdatad/UserInterfaceState.xcuserstate differ diff --git a/TTSegmentedControl.podspec b/TTSegmentedControl.podspec index 1eb369f..ce240ef 100644 --- a/TTSegmentedControl.podspec +++ b/TTSegmentedControl.podspec @@ -7,11 +7,11 @@ s.license = 'MIT' s.name = "TTSegmentedControl" s.summary = "An elegant, animated and customizable segmented control for iOS." s.requires_arc = true -s.version = "0.2" +s.version = "0.2.1" s.author = { "Igor Dumitru" => "igor.dumitru@tapptitude.com" } s.homepage = "https://tapptitude.com/" s.framework = "UIKit" s.source = { :git => 'https://github.com/tapptitude/TTSegmentedControl.git', :tag => s.version } s.source_files = 'TTSegmentedControl/*.{swift}' -end \ No newline at end of file +end