Skip to content

Commit e871c9e

Browse files
Release version 3.0.0 (#41)
1 parent 4e89fe3 commit e871c9e

File tree

4 files changed

+10
-5
lines changed

4 files changed

+10
-5
lines changed

.swift-version

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
4.2
1+
5.0

CHANGELOG.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
# Change Log
22
All notable changes to SuggestionRow will be documented in this file.
33

4+
## [3.0.0](https://github.com/EurekaCommunity/SuggestionRow/releases/tag/3.0.0)
5+
6+
* Support for Eureka 5.0 and Swift 5.0
7+
48
## [2.2.0](https://github.com/EurekaCommunity/SuggestionRow/releases/tag/2.2.0)
59

610
* Support for Swift 4.2 and Xcode 10

README.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -144,9 +144,9 @@ This is very similar to the example mentioned above for `SuggestionTableRow`.
144144
* Eureka
145145

146146
## Requirements
147-
* iOS 8.0+
148-
* Xcode 8.3+
149-
* Swift 3
147+
* iOS 9.3+
148+
* Xcode 10.2+
149+
* Swift 4.2
150150

151151
## Getting involved
152152
* If you **want to contribute** please feel free to **submit pull requests**.

SuggestionRow.podspec

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
Pod::Spec.new do |s|
22
s.name = "SuggestionRow"
3-
s.version = "2.2.0"
3+
s.version = "3.0.0"
44
s.summary = "Eureka row that displays completion suggestions either below the row in a table view or in the input accessory view above the keyboard."
55
s.homepage = "https://github.com/EurekaCommunity/SuggestionRow"
66
s.license = { type: 'MIT', file: 'LICENSE' }
@@ -11,4 +11,5 @@ Pod::Spec.new do |s|
1111
s.requires_arc = true
1212
s.ios.source_files = 'Sources/**/*.{swift}'
1313
s.dependency 'Eureka', '~> 5.0'
14+
s.swift_version = "5.0"
1415
end

0 commit comments

Comments
 (0)