Skip to content
This repository was archived by the owner on Apr 11, 2021. It is now read-only.

Commit f078708

Browse files
committed
Prep work for v1.5
1 parent 9534f4d commit f078708

2 files changed

Lines changed: 5 additions & 5 deletions

File tree

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ ScrollableSegmentedControl supports 4 styles of segments: text only, image only,
2222

2323
### Support
2424

25-
- Xcode 10.0+
26-
- Swift 4.2+
25+
- Xcode 10.2+
26+
- Swift 5.0+
2727
- iOS 9.0+
2828

2929

@@ -98,7 +98,7 @@ See the Demo project for example on how to use it.
9898
The easiest way of installing ScrollableSegmentedControl is via [CocoaPods](http://cocoapods.org/).
9999

100100
```
101-
pod 'ScrollableSegmentedControl', '~> 1.4.0'
101+
pod 'ScrollableSegmentedControl', '~> 1.5.0'
102102
```
103103

104104
### Old-fashioned way

ScrollableSegmentedControl.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 = 'ScrollableSegmentedControl'
3-
s.version = '1.4.0'
3+
s.version = '1.5.0'
44
s.license = 'MIT'
55
s.summary = 'Scrollable Segmented Control for when UISegmentedControl is not sufficient'
66
s.homepage = 'https://github.com/GocePetrovski/ScrollableSegmentedControl'
@@ -9,7 +9,7 @@ Pod::Spec.new do |s|
99
s.source = { :git => 'https://github.com/GocePetrovski/ScrollableSegmentedControl.git', :tag => s.version }
1010

1111
s.platform = :ios, '9.0'
12-
s.swift_version = '4.2'
12+
s.swift_version = '5.0'
1313

1414
s.source_files = 'ScrollableSegmentedControl/*.swift'
1515
end

0 commit comments

Comments
 (0)