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

Commit

Permalink
Prep work for v1.5
Browse files Browse the repository at this point in the history
  • Loading branch information
GocePetrovski committed Apr 23, 2019
1 parent 9534f4d commit f078708
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ ScrollableSegmentedControl supports 4 styles of segments: text only, image only,

### Support

- Xcode 10.0+
- Swift 4.2+
- Xcode 10.2+
- Swift 5.0+
- iOS 9.0+


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

```
pod 'ScrollableSegmentedControl', '~> 1.4.0'
pod 'ScrollableSegmentedControl', '~> 1.5.0'
```

### Old-fashioned way
Expand Down
4 changes: 2 additions & 2 deletions ScrollableSegmentedControl.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = 'ScrollableSegmentedControl'
s.version = '1.4.0'
s.version = '1.5.0'
s.license = 'MIT'
s.summary = 'Scrollable Segmented Control for when UISegmentedControl is not sufficient'
s.homepage = 'https://github.com/GocePetrovski/ScrollableSegmentedControl'
Expand All @@ -9,7 +9,7 @@ Pod::Spec.new do |s|
s.source = { :git => 'https://github.com/GocePetrovski/ScrollableSegmentedControl.git', :tag => s.version }

s.platform = :ios, '9.0'
s.swift_version = '4.2'
s.swift_version = '5.0'

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

0 comments on commit f078708

Please sign in to comment.