Skip to content

Commit

Permalink
Release version 3.0.0 (#41)
Browse files Browse the repository at this point in the history
  • Loading branch information
mats-claassen authored May 29, 2019
1 parent 4e89fe3 commit e871c9e
Show file tree
Hide file tree
Showing 4 changed files with 10 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .swift-version
Original file line number Diff line number Diff line change
@@ -1 +1 @@
4.2
5.0
4 changes: 4 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,10 @@
# Change Log
All notable changes to SuggestionRow will be documented in this file.

## [3.0.0](https://github.com/EurekaCommunity/SuggestionRow/releases/tag/3.0.0)

* Support for Eureka 5.0 and Swift 5.0

## [2.2.0](https://github.com/EurekaCommunity/SuggestionRow/releases/tag/2.2.0)

* Support for Swift 4.2 and Xcode 10
Expand Down
6 changes: 3 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -144,9 +144,9 @@ This is very similar to the example mentioned above for `SuggestionTableRow`.
* Eureka

## Requirements
* iOS 8.0+
* Xcode 8.3+
* Swift 3
* iOS 9.3+
* Xcode 10.2+
* Swift 4.2

## Getting involved
* If you **want to contribute** please feel free to **submit pull requests**.
Expand Down
3 changes: 2 additions & 1 deletion SuggestionRow.podspec
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
Pod::Spec.new do |s|
s.name = "SuggestionRow"
s.version = "2.2.0"
s.version = "3.0.0"
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."
s.homepage = "https://github.com/EurekaCommunity/SuggestionRow"
s.license = { type: 'MIT', file: 'LICENSE' }
Expand All @@ -11,4 +11,5 @@ Pod::Spec.new do |s|
s.requires_arc = true
s.ios.source_files = 'Sources/**/*.{swift}'
s.dependency 'Eureka', '~> 5.0'
s.swift_version = "5.0"
end

0 comments on commit e871c9e

Please sign in to comment.