Skip to content

Commit 93d9455

Browse files
author
Marco Abundo
committed
Updated podspec
1 parent d4e1aa7 commit 93d9455

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

SLTDoubleTapSegmentedControl.podspec

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SLTDoubleTapSegmentedControl"
3-
s.version = "1.0.7"
3+
s.version = "1.0.8"
44
s.summary = "A double-tap UISegmentedControl subclass. Each segment functions as a discrete double-tap button."
55
s.description = <<-DESC
66
A double-tap UISegmentedControl subclass. Each segment functions as a discrete double-tap button. Based on http://stackoverflow.com/questions/17652773/how-to-deselect-a-segment-in-segmented-control-button-permanently-till-its-click?lq=1
@@ -12,7 +12,7 @@ A double-tap UISegmentedControl subclass. Each segment functions as a discrete d
1212
s.source = { :git => "https://github.com/shrtlist/SLTDoubleTapSegmentedControl.git", :tag => "#{s.version}" }
1313
s.source_files = "SLTDoubleTapSegmentedControl/SLTDoubleTapSegmentedControl.{h,m}"
1414
s.module_name = "SLTDoubleTapSegmentedControl"
15-
s.ios.deployment_target = '10.0'
15+
s.ios.deployment_target = '12.0'
1616
s.requires_arc = true
1717
s.frameworks = ["Foundation", "UIKit"]
1818

0 commit comments

Comments
 (0)